summaryrefslogtreecommitdiff
path: root/html/bowshock.html
blob: b3f2810a4062d6e15b1caa3a79f246c5dc171e60 (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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="author" content="Gabriel Bjørnager Jensen">
		<meta name="darkreader-lock">
		<meta name="description" content="About Bowshock.">
		<meta name="keywords" content="achernar, bowshock, frontier, game, rust, open world, sci-fi, science fiction, space, video game">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<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>Bowshock | Achernar</title>

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

		<script src="/js/init.js" type="text/javascript"></script>
	</head>

	<body data-page="bowshock">
		<!--#include virtual="/include/header.shtml"-->

		<div id="page">
			<section class="fullWidth">
				<p class="note">coming soon</p>
			</section>

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

	<script type="text/javascript">
		init();
	</script>
</html>