-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.95 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>yu-yu0202のサイト</title>
<link rel="stylesheet" href="css/index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<header>
<h2 id="sitetitle">yu-yu0202のサイト</h2>
</header>
<main>
<div id="body" class="main">
<h1 class="title">メインページ</h1>
<p class="date">更新日時:2023/12/29 作成日時:2024/01/26</p>
<h2 class="heading">サイト移管のお知らせ</h2>
<p class="letter">どうも、ゆーゆーです。サイト移管についてのお知らせがあります。<br>今まではGitHub Pagesを使ってサイトを構築していましたが、XREA FREEを用いたWordPress運営に移管します。</p>
<h2 class="heading">新ドメインについて</h2>
<p class="letter">これからは、新ドメインに移管します。(※今後一切、このサイトでの更新は行わない予定です。)<br>新ドメインは、<a href="https://blog.yu-yu0202.f5.si/">https://blog.yu-yu0202.f5.si</a>です。今後もよろしくお願いします。</p>
</div>
<div id="blank"class="main">
</div>
<div id="side_box" class="main">
<div id="recently">
<h2 class="heading">最近の投稿</h2>
<h3 class="letter" style="text-align:center !important;"></h3>
</div>
</div>
</main>
<footer>
<span>
このサイトは<a href="https://github.com"><img src="github_logo.png" height="16" width="16" />GitHub</a>により作成されています。(謎のスポンサー風)
</span>
</footer>
</body>
</html>