-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 984 Bytes
/
index.html
File metadata and controls
28 lines (23 loc) · 984 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ikuyo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ikuyo!</title>
<meta name="description" content="Plan your next trip!" />
<link rel="mask-icon" href="/ikuyo.svg" color="#de200e" />
<link rel="apple-touch-icon" href="/ikuyo-180.png" sizes="180x180" />
<meta name="theme-color" content="#de200e" />
<meta name="color-scheme" content="light dark" />
<link rel="canonical" href="https://ikuyo.kenrick95.org/" />
<meta name="twitter:title" content="Ikuyo" />
<meta name="twitter:description" content="Plan your next trip!" />
<meta property="og:title" content="Ikuyo" />
<meta property="og:description" content="Plan your next trip!" />
<meta property="og:url" content="https://ikuyo.kenrick95.org/" />
</head>
<body>
<div id="root"></div>
</body>
</html>