Skip to content

Commit

Permalink
Update basic index page
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Jun 29, 2020
1 parent 825466c commit 44ba191
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions public_html/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<html>
<head>
<title>dimension.sh</title>
<link rel="stylesheet" href="/css/site.css">

<meta charset="utf-8">
<title>~someone</title>
<link rel="stylesheet" href="/css/site.css">
<link rel="stylesheet" href="/css/palelight.css">
<!--<link rel="stylesheet" href="/css/greenscreen.css">-->
</head>

<body>
<p><i>Someone is moving in soon... <a href="/">back</a></i></p>
</body>

</html>
</html>

0 comments on commit 44ba191

Please sign in to comment.