-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbag.html
More file actions
22 lines (18 loc) · 850 Bytes
/
bag.html
File metadata and controls
22 lines (18 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>BAG</h1>
<!-- <img src="Images/AtlasCorpLogoV4.png" /> -->
<p>BAG (2018): This is a simple, quick, and fun command console game that can be played anywhere! It is a guess the numbers game with a twist and an easter egg. BAG was programmed in Python 3.7.1.</p>
<!-- <button type="button" onclick="window.location.href='https://drive.google.com/open?id=1Ez70v5oajOWmgg2LqYQWr69XbcYaqccX">Download: BAG</button> -->
<hr/>
</body>
<script src="footer.js"></script>
</html>