-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathversions.html
56 lines (44 loc) · 1.86 KB
/
versions.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>More Ore versions</title>
<meta name="google-site-verification" content="Kcf483s9v0NmdgqhL4lOH6jXPisuMn_YtZqaeF05o7Q" />
<meta name="description" content="View other versions of the game More Ore">
<meta name="keywords" content="game, clicker game, incremental game, idle game, more ore"/>
<meta name="author" content="Syn Studios"/>
<meta name="robots" content="follow"/>
</head>
<body>
<h1>More Ore</h1>
<p>A Clicker/Incremental/Idle Game by Me :)</p>
<div style='border: 1px solid black; margin-bottom: 20px; padding: 20px;'>
<a href="/More-Ore/" style='font-size: 35px'>CURRENT VERSION - in development</a>
<p>started developement: 8/25/2017</p>
<p>ended development: ???</p>
</div>
<div class="old" style='display: flex; flex-flow: row nowrap;'>
<div style= 'margin-bottom: 10px; padding: 20px;'>
<a href="v0.4/index.html" style='font-size: 20px'>v0.4</a>
<p>started developement: 8/8/2017</p>
<p>ended development: 8/25/2017</p>
</div>
<div style= 'margin-bottom: 10px; padding: 20px;'>
<a href="v0.3/index.html" style='font-size: 20px'>v0.3</a>
<p>started developement: 8/1/2017</p>
<p>ended development: 8/8/2017</p>
</div>
<div style= 'margin-bottom: 10px; padding: 20px;'>
<a href="v0.2/index.html" style='font-size: 20px'>v0.2</a>
<p>started development: 7/16/2017</p>
<p>ended development: 8/1/2017</p>
</div>
<div style= 'margin-bottom: 10px; padding: 20px;'>
<a href="http://more-ore.herokuapp.com" style='font-size: 20px'>v0.1</a>
<p>started development: 12/16/2016</p>
<p>ended development: 12/21/2017</p>
</div>
</div>
</body>
</html>