summaryrefslogtreecommitdiff
path: root/html/deltaWorld.html
blob: ef7fe1a9114e6a850cec72b30d2ea27381d754e9 (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
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<meta name="darkreader-lock">

		<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
		<title id="title">Delta World</title>

		<link href="/css/main.css" rel="stylesheet">
	</head>

	<body class="deltaWorld" 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>