-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 853 Bytes
/
index.html
File metadata and controls
29 lines (26 loc) · 853 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
26
27
28
29
<html lang="en"><head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Playfair+Display" rel="stylesheet">
<link href="app.css" rel="stylesheet">
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<header>
<h1>
<img> Select a Breed
</h1>
</header>
<div class="Page">
<div class="ShowMeABreed">
<h1>Ok, but which one?!</h1>
<select></select>
<img src=""/>
<button>I don't like that one. Show me another.</button>
</div>
</div>
<script src="app.js"></script>
</body>
</html>