summaryrefslogtreecommitdiff
path: root/under-construction.html
diff options
context:
space:
mode:
Diffstat (limited to 'under-construction.html')
-rw-r--r--under-construction.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/under-construction.html b/under-construction.html
new file mode 100644
index 0000000..c7bc955
--- /dev/null
+++ b/under-construction.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta content="Ben's Corner of the Web" property="og:title">
+ <meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description">
+ <meta content="https://ben.sanders.life" property="og:url">
+ <meta content="https://bsand.net/assets/me.jpeg" property="og:image">
+ <meta content="#b172bc" data-react-helmet="true" name="theme-color">
+ <link rel="stylesheet" href="./main.css">
+ <link rel="stylesheet" href="./assets/css/font-awesome/all.min.css">
+ <title>Ben's Website</title>
+</head>
+<body>
+ <div id="website-container">
+ <h1>Website Under Construction</h1>
+ <p>
+ This is my personal website that is currently under construction.
+ </p>
+ </div>
+ <script src="./index.js"></script>
+</body>
+</html>