-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 841 Bytes
/
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
27
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <title>Manika</title> -->
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1 class="title">Art Heart</h1>
<nav >
<div class="navv">
<button id='add-row'>Start</button>
<select>
<option value="maize">Maize</option>
<option value="red">Red Salsa</option>
<option value="orange">Orange Red</option>
<option value="yelloworange">Yellow Orange</option>
<option value="Pistachio">Pistachio</option>
<option value="zomp">Zomp</option>
<option value="blue">Queen Blue</option>
</select>
</div>
</nav>
<table></table>
</body>
<script type="text/javascript" src="/script.js"></script>
</html>