summaryrefslogtreecommitdiff
path: root/html/bowshock.html
blob: 3fe82ff31f486e3e543d563fbaad5c60dea083b6 (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">

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

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

	<body class="bowshock" id="body">
		<!--#include virtual="/shtml/navigationBar.shtml"-->

		<div id="frontPage">
			<img id="glyph" src="/svg/glyph/bowshock.svg">
		</div>

		<div id="content">
			<p id="contentHeading">COMING SOON</p>

			<!--#include virtual="/shtml/cloneNotice.shtml"-->
		</div>

		<!--#include virtual="/shtml/initScripts.shtml"-->
	</body>
</html>