-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.47 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Food Random</title>
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
<script src="https://kit.fontawesome.com/6300301618.js"></script>
</head>
<body>
<nav>
<ul>
<li class="menu"><a href="member.html">Member</a></li>
<li class="menu"><a href="random.html">Random</a></li>
<li style="float: left" id="logo"><a id="img" href="index.html"><img src="images/icon/logo_new.png"></a>
</li>
</ul>
</nav>
<article>
<div class="center">
<div class="textBox">ถ้าวันนี้คุณคิดไม่ออกว่าจะกินอะไรดี มาลองให้เว็บเราช่วยสิ!!</div>
<div id="line"></div>
<div class="button">
<a href="random.html">Start <i class="fas fa-angle-right" style="font-size: 0.8em;"></i></a>
</div>
</div>
</article>
<footer>
<audio src="audio/Final Fantasy XV OST - 08. Relax and Reflect.mp3" controls autoplay loop></audio>
<div>342431 • Web Technology</div>
</footer>
</body>
</html>