-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.28 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 1.28 KB
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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Redirecting to PanKUN</title>
<meta
http-equiv="refresh"
content="0; url=/WebSite/"
/>
<link
rel="canonical"
href="https://breadmotion.github.io/WebSite/"
/>
<link
rel="icon"
type="image/x-icon"
href="https://breadmotion.github.io/favicon.ico"
/>
<link
rel="icon"
type="image/png"
href="https://breadmotion.github.io/assets/img/favicon-32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="https://breadmotion.github.io/assets/img/favicon-192.png"
sizes="192x192"
/>
<meta
name="google-site-verification"
content="2us9bSy_ytt-3S-o8CVDVK8SPFWC9G3h39tzB-TKq7c"
/>
<script>
location.replace("/WebSite/");
</script>
</head>
<body>
<p>
Redirecting to
<a href="/WebSite/">PanKUN's main site</a>...
</p>
</body>
</html>