-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (64 loc) · 3.72 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="zh-TW">
<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" />
<meta name="theme-color" content="#e2e2dd" />
<meta name="description" content="線上心理測驗,找出最能代表你的食物。這天,你獨自一人來到了一個陌生的城市..." />
<meta name="author" content="毛哥EM" />
<meta name="keywords" content="心理測驗, 線上心理測驗, 蘇裔非, 毛哥EM" />
<meta property="og:type" content="website" />
<meta property="og:title" content="食物探析 - 找出最能代表你的食物" />
<meta property="og:url" content="https://food-personality.vercel.app/" />
<meta property="og:site_name" content="食物探析 - 找出最能代表你的食物" />
<meta property="og:description" content="線上心理測驗,找出最能代表你的食物。這天,你獨自一人來到了一個陌生的城市...蘇裔非、毛哥EM、妙妙男爵製作。" />
<meta property="og:locale" content="zh-TW" />
<meta property="article:author" content="毛哥EM" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#555555">
<meta name="msapplication-TileColor" content="#e2e2dd">
<title>食物探析 - 找出最能代表你的食物</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<section id="start">
<h1>食物探析 - 找出最能代表你的食物</h1>
<div class="title"><img src="img/title.svg"></div>
<img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/caption.svg" alt="">
<button onclick="start()">開始測驗</button>
<footer><a href="credit">credit</a></footer>
</section>
<section id="today"><h2>這天,<br>你獨自一人來到了一個陌生的城市<span class="ahhhh">.</span></h2></section>
<section id="test">
<div class="items">
<button class="arrow" onclick="backward()" id="left">❮</button>
<div id="whatIsYourName">
<h4>你叫甚麼名字?</h4><input type="text" id="name" placeholder="最多6全形 12半形" maxlength="10"><button onclick="end()"
id="send">送出</button>
</div>
<span class="title">
<img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/title.svg">
<img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/caption.svg" class="cap">
</span>
<article class="current">3</article>
<button class="arrow" onclick="foward()">❯</button>
</div>
</section>
<section id="result">
</section>
</main>
<div class="fei">
<img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/fei/face.webp" alt="" class="face">
<img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/fei/left.webp" alt="" class="left-wing">
<img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/fei/right.webp" alt="" class="right-wing"><img src="https://raw.githubusercontent.com/Edit-Mr/food-personality/main/img/fei/mouse.webp" alt="" class="mouse">
</div>
<script src="main.js"></script>
<script>
</script>
</body>
</html>