-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (49 loc) · 1.63 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Home</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="js/template.js"></script>
</head>
<body>
<!-- header -->
<header id="header"></header>
<!-- content -->
<div class="content-container">
<div class="content">
<h1>Games</h1>
<hr>
<a class="home-banner" href="/games.html"><img src="images/home/game-banners/debris-field.png"></a>
<p>
</div>
<div class="content">
<h1>Updates</h1>
<hr>
<div class="post">
<h3><i>June 6, 2022</i> | v3.0 Beta available</h3>
<hr>
<p>
The 3.0 beta preview is now available. Read more about the changes in the announcement on steam:<br>
<a href="https://store.steampowered.com/news/app/651940/view/3335491687327099444" target="_BLANK">The Road to
3.0 - Exploration Update</a>
</p>
<p>
To try it out, right click the game in your steam library and navigate to <strong>properties > betas</strong>
</p>
</div>
<div class="post">
<h3><i>Jan 15, 2019</i> | Debris Field on Steam!</h3>
<hr>
<p>
Debris Field has officially launched on steam, get it here!<br>
<a href="https://store.steampowered.com/app/651940/Debris_Field/" target="_BLANK">Debris Field Steam Page</a>
</p>
</div>
</div>
</div>
<!-- end content container -->
<!-- footer -->
<footer id="footer"></footer>
</body>
</html>