-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 822 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<title>Digital Publishing Practice</title>
</head>
<body>
<main>
<article>
<h1>FavFood</h1>
<h2>Select your favorite food from the list.</h2>
<section class="emoji-wrapper">
<div id="emoji" class="emoji">?</div>
</section>
<section id="btn-wrapper" class="btn-wrapper"></section>
</article>
</main>
<script src="js/index.js"></script>
</body>
</html>