-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (44 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph Tags -->
<meta property="og:title" content="Subway or Cake" />
<meta property="og:description" content="I love Subway." />
<meta property="og:image" content="https://tanachuns.github.io/subway-or-cake/thumb.jpeg" />
<meta property="og:url" content="https://tanachuns.github.io/subway-or-cake/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Subway or Cake" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Subway or Cake" />
<meta name="twitter:description" content="I love Subway." />
<meta name="twitter:image" content="https://tanachuns.github.io/subway-or-cake/thumb.jpeg" />
<meta name="twitter:url" content="https://tanachuns.github.io/subway-or-cake/" />
<meta name="twitter:site" content="@YourTwitterHandle" /> <!-- Replace with your Twitter handle -->
<link rel="stylesheet" href="./style.css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<title>Subway or Cake</title>
</head>
<body>
<div id="searchListEscape"></div>
<div class="box">
<h1><span class="sub">Sub</span ><span class="way">Way</span> or Cake </h1>
<p id="result"></p>
<form id="searchForm" method="get">
<div id="searchLabel" for="searchBox">
<input id="searchBox" name="searchBox" placeholder="ระบุสาขา" type="text">
<button class="btn"><kbd>↵</kbd></button>
</div>
<ul id="searchList"></ul>
</form>
<div>
<a href="https://x.com/tanachuns">แจ้งข้อมูลผิดพลาด</a>
<a href="https://x.com/tanachuns">แจ้งปิดเว็บไซต์</a>
<p> <small>จัดทำโดย นายกสมาพันธ์คนรักซับเวย์แห่งแยกนางลิ้นจี่</small></p>
</div>
</div>
</body>
<script src="./script.js"></script>
</html>