blob: 3caea3c929ac3d8ea645c2f9fb2751216d8b7049 (
plain) (
blame)
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
26
27
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
<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/footnote.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
</body>
</html>
|