-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (80 loc) · 2.68 KB
/
Copy pathindex.html
File metadata and controls
81 lines (80 loc) · 2.68 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8" />
<meta http-equiv="content-language" content="ja" />
<title>浦和高校プログラミング研究会</title>
<meta
name="description"
content="浦和高校プログラミング研究会のホームページです。"
/>
<meta name="keywords" content="浦和高校,浦高祭,プログラミング研究会" />
<meta name="author" content="浦和高校 プログラミング研究会" />
<meta name="owner" content="浦和高校 プログラミング研究会" />
<meta name="designer" content="Kevin-Hashi" />
<meta
name="copyright"
content="Copyright (C) 2022 浦和高校 プログラミング研究会"
/>
<meta http-equiv="pragma" content="no-cache" />
<meta name="format-detection" content="telephone=no" />
<meta
name="viewport"
content="width=device-width, inital-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="style/common.css" />
<link rel="stylesheet" href="style/main.css" />
<script src="js/loadHeadFoot.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-F7C4WQD03G"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-F7C4WQD03G");
</script>
</head>
<body>
<div class="part guide">
<p class="text content">
謎解きページは<a href="puzzle/" class="link text">こちら</a>
</p>
<p class="text content">
各団体企画紹介は<a href="booth/" class="link text">こちら</a>
</p>
<p class="text content">
展示物紹介は<a href="public/" class="link text">こちら</a>
</p>
</div>
<div class="part">
<div class="cross-link_wrapper">
<p class="text">関連リンク</p>
<div class="line"></div>
<ul>
<li>
<a href="https://urakosai.net/" class="link_text text"
>浦和高校文化祭公式サイト</a
>
<a href="https://urakosai.net/" class="link"
>https://urakosai.net/</a
>
</li>
<li>
<a href="https://urawa-h.spec.ed.jp/" class="link_text text"
>浦和高校ホームページ</a
>
<a href="https://urawa-h.spec.ed.jp/" class="link"
>https://urawa-h.spec.ed.jp/</a
>
</li>
</ul>
</div>
</div>
</body>
</html>