-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzombies.html
More file actions
25 lines (21 loc) · 863 Bytes
/
zombies.html
File metadata and controls
25 lines (21 loc) · 863 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="style.css">
<title>AriesTechnologies LLC</title>
<link rel="icon" type="type/x-icon" href="favicon.ico" />
</head>
<script src="header.js"></script>
<body oncontextmenu="return false;">
<h1>Zombies Series</h1>
<img src="Images/zombies.png" />
<p>Zombies is AtlasStudios zombie shooter series. Zombies I was programmed Python 3.6.4 in 2017 .</p>
<button type="button" onclick="window.location.href='store/zombiesi.html'">Download: Zombies I</button>
<h2>Zombies II</h2>
<img src="Images/ZombiesII.png" />
<p>Zombies II was the second zombie shooter from AtlasCorporations but has been put on hold due to SpartanOS.</p>
<hr />
</body>
<script src="footer.js"></script>
</html>