-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (41 loc) · 1.96 KB
/
index.html
File metadata and controls
57 lines (41 loc) · 1.96 KB
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
57
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta name="viewport" http-equiv="content-type" charset=UTF-8, width=device-width, initial-scale=0.5, minimum-scale=0.5, maximum-scale=0.5/>
<title>Change Maker</title>
<link rel="stylesheet" type="text/css" href="Main/preferred.css" />
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
</head>
<body>
<div class="conatiner">
<div id="menu1" align="center">
<button id="griD" onclick="griD()">Grid</button>
</div>
<div id="imgContainer">
<img id="myimage" src="Main/Miranda.png" alt="Land">
</div>
<script type="text/javascript" src="Main/ChangeMaker.js"></script>
<div id="menu2" align="center" value="1">
<form>
<select name="1A" id="seLect" autocomplete="off">
<option class="option">🌳</option>
<option class="option">🌻</option>
<option class="option">⛲</option>
<option class="option">🛀</option>
<option class="option">🚽</option>
<option class="option">🛌</option>
<option class="option">🍴</option>
<option class="option">🏠</option>
<option class="option">🧭</option>
<option class="option">⛪</option>
<option class="option">🚵</option>
<option class="option">🧘</option>
<option class="option">🥂</option>
<option class="option">🎪</option>
</select>
</form>
<div id="history"></div>
</div>
</div>
</body>
</html>