Skip to content

Commit

Permalink
Under construction message
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnyder2 committed Oct 18, 2023
1 parent 38e5348 commit 6d936fe
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
Binary file added assets/img/construction.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.message {
text-align: center;
}

p {
font-family: monospace;
}
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ben Snyder</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/jpeg" href="assets/img/favicon.jpg" />
<!-- Style -->
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="message">
<img src="assets/img/construction.gif" />
<p><i>Under construction ...</i></p>
</div>
</body>
</html>

0 comments on commit 6d936fe

Please sign in to comment.