-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
109 lines (99 loc) · 4.54 KB
/
404.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html>
<head>
<title>Spring:1944 — Free, Open Source WWII RTS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/flat-ui.min.css">
<link rel="stylesheet" href="css/imgslider.min.css">
<link rel="stylesheet" href="css/s44.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/imgslider.min.js"></script>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="./images/S44-logo-vector.png"/>
<link href="https://spring1944.net/index.xml" rel="alternate" type="application/rss+xml" title="Spring:1944" />
<meta name="title" content="404: Page not found">
<link rel="canonical" href="https://spring1944.net">
<meta property="og:title" content="Spring:1944"/>
<meta property="og:url" content="https://spring1944.net"/>
<meta property="og:image" content="https://spring1944.net/images/S44-logo-vector.png"/>
<meta property="og:site_name" content="Spring:1944">
</head>
<body>
<!-- Video fixed background -->
<video id="video_background" preload="auto" autoplay="true" loop="loop" muted volume="0">
<source src="./videos/s44_bg.webm" type="video/webm" />
</video>
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img src="./images/S44-logo-vector.png" alt="" height="40">
</a>
</div>
<ul class="nav navbar-nav">
<li><a href="#" class="s44">Home</a></li>
<li><a href="media" class="s44">Media</a></li>
<li><a target="_blank" href="https://github.com/spring1944/spring1944/wiki#how-to-play" class="s44">Play</a></li>
<li><a target="_blank" href="https://github.com/spring1944/spring1944/wiki/tutorial" class="s44">Learn</a></li>
<li><a target="_blank" href="https://github.com/spring1944/spring1944/wiki/maps" class="s44">Maps</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle s44" href="#" id="navbarCommunityDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarCommunityDropdown">
<a target="_blank" href="https://discuss.s44.eu/" class="s44">Forum</a><br>
<a target="_blank" href="https://riot.im/app/#/room/#s44:matrix.org" class="s44">Matrix</a><br>
<a href="irc://irc.freenode.net/#s44" class="s44">IRC</a>
</div>
</li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a href="https://github.com/spring1944/spring1944" class="s44">Free, Open Source WWII RTS</a></li>
</ul>
</div>
</div>
</div>
<!-- Header -->
<div class="container-fluid blog-cover">
<h1><img height="128" src="./images/S44-logo-vector.png" alt=""></h1>
<h3>Free, Open Source WWII RTS</h3>
<a href="https://github.com/spring1944" title="Follow on Github" target="_blank">
<i class="icon icon-github"></i>
</a>
<a href="https://riot.im/app/#/room/#s44:matrix.org" title="RSS Feed">
<i class="icon icon-rss"></i>
</a>
</div>
<!-- Game description -->
<div class="container-fluid section">
<div class="row" style="text-align:center; padding-top:2%;">
<img src="images/helmets.png" alt="">
<h2 class="title">Error 404</h2>
<p>
Page not found!
</p>
</div>
</div>
<!-- Footer -->
<div class="container-fluid site-footer">
<a href="https://spring1944.github.io">Spring: 1944 Team</a> ·
<a href="#" class="home">Home</a>
<a href="media">Media</a>
<a target="_blank" href="https://github.com/spring1944/spring1944/wiki#how-to-play" class="s44">Play</a>
<a target="_blank" href="https://github.com/spring1944/spring1944/wiki/tutorial" class="s44">Learn</a>
<a target="_blank" href="https://github.com/spring1944/spring1944/wiki/maps" class="s44">Maps</a>
<a target="_blank" href="https://discuss.s44.eu/" class="s44">Forum</a>
<div class="social">
<a href="https://github.com/spring1944" title="Follow on Github" target="_blank"><i class="icon icon-github black"></i></a>
<a href="https://riot.im/app/#/room/#s44:matrix.org" title="RSS Feed">
<i class="icon icon-rss black"></i>
</a>
</div>
<div class="text-center small"> All content CC-BY-NC Spring: 1944 Team </div>
</div>
</body>
</html>