-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.38 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.38 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>奏音 | トップページ</title>
<meta name="description" content="学生ハッカー「奏音」の公式サイト。現在、校則のことや様々な裏技を研究中だゾ~ 我的名字是Konsento。我正在尝试在日本开发各种软件。">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/assets/css/base.css">
</head>
<body>
<header>
<iframe id="headerFrame" src="/assets/html/header.html" title="ヘッダー"></iframe>
</header>
<main>
<h1>ようこそ「奏音」のホームページへ!</h1>
<h2>このサイトの何がすごいのか?</h2>
<p>このサイトのヘッダー、フッターはすべてiframeによって作られています。</p><br>
<p>また、SVGのみで構成されているため、DeepSeek-R1などのテキスト限定のAIなどにコードをいくらでも読ませることが可能です。好きに改造しちゃってください。プルリク大歓迎です。</p>
</main>
<pre>
1. 4985 9492 6. 0565 2711
2. 3884 3268 7. 3651 6345
3. 9419 5955 8. 2002 8456
4. 4506 3393 9. 7833 0479
5. 2607 4515 10. 7239 4699
</pre>
<footer>
<iframe width="100%" height="350vh" src="/assets/html/footer.html" class="footer" title="フッター"></iframe>
</footer>
</body>
</html>