diff options
Diffstat (limited to 'html/backspace.html')
-rw-r--r-- | html/backspace.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/html/backspace.html b/html/backspace.html new file mode 100644 index 0000000..1fec4e5 --- /dev/null +++ b/html/backspace.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title id="title">Backspace</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="backspace" id="body"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <p id="glyph">COMING SOON</p> + </div> + + <div id="content"> + <!--#include virtual="/shtml/cloneNotice.shtml"--> + </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> + </body> +</html> |