summaryrefslogtreecommitdiff
path: root/under-construction.html
blob: c7bc955d0bc7842b23987ee5053b53d8f34217cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>