-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.26 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
<!DOCTYPE html>
<head>
<title>The Treasure Of A Dungeon</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
</head>
<body>
<ol>
<li id="homebutton"><img src="Home-Button.gif" width="41px"/></li>
<li id="inventorybutton"><img src="Inventory-button.gif" width="41px" /></li>
<li id="settingsbutton"><img src="Settings_Button.gif" width="41px" /></li>
<li id="casebutton"><img src="cases-button.gif" width="41px" /></li>
<li id="moneydisplay">Displaydemoney</li>
<li> <button id="save">Save Game</button></li>
<li id="lastnavbaritem"><img src="The Treasure of a dungeon.gif" height="41px" /></li>
</ol>
<button id="getmoneybutton" class="homeitem">Get Money</button>
<br />
<span class="cases"><button id="katanacasebutton">Buy Katana Case (250)</button><button id="knifecasebutton">Buy Knife Case (100)</button></span>
<span class="settings"><button class="themebutton" id="Darktheme"></button></span>
<div id="inventoryhtml"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src='scriptexperiment.js'></script>
<link href="https://fonts.googleapis.com/css?family=Electrolize" rel="stylesheet">
<link rel='stylesheet' href='style.css'/>
</body>