-
Notifications
You must be signed in to change notification settings - Fork 0
/
RNGRTS.html
40 lines (32 loc) · 1.46 KB
/
RNGRTS.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
<!DOCTYPE html>
<html>
<head>
<!-- head definitions go here -->
<title>Carter Moody's Website</title>
</head>
<body>
<h1 style="text-align:center">RNGRTS Mobile Game</h1>
<p style="text-align:center">Random Number Generator based Real Time Strategy</p>
<p style="text-align:center">Loosely based on Mud and Blood 2 by URB</p>
<!-- Load and Center an Image -->
<img src="https://www.cartermoody.com/images/Screenshot_20241115_123824_RNGRTS.jpg"
style="width:200px;display:block;margin:0 auto"
alt="A picture of the game"
onclick="location.href='index.html'"> <!-- onclick sends back to main page -->
<p style="text-align:center">
<a href="https://github.com/CarterMoody/Real-Time-Strategy-Game/releases" APK Download>APK Download</a>
</p>
<p style="text-align:center">
<a href="https://www.youtube.com/watch?v=05nKcy_4uOo">Youtube Demonstration</a>
</p>
<p style="text-align:center">
<a href="https://github.com/CarterMoody/Real-Time-Strategy-Game">Game Repo Github</a>
</p>
<!-- Footer -->
<hr></hr> <!-- Horizontal Ruler -->
<h5 id="info" style="text-align:center">Site Information</h5>
<p style="text-align:center">Website owned and operated by Carter Moody.
<a href="https://www.cartermoody.com">Click here to home</a>
</p>
</body>
</html>