diff options
| author | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
|---|---|---|
| committer | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
| commit | a77bde84e2659d9df4899da8a5f31136372398cc (patch) | |
| tree | fd7d1e47cc5ef23f1f11d34c70a099d9fa4f5b7b /under-construction.html | |
initial commit
Diffstat (limited to 'under-construction.html')
| -rw-r--r-- | under-construction.html | 25 |
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> |
