-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
31 lines (30 loc) · 1.05 KB
/
template.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--タイトルを記入-->
<title>らくだのさいと</title>
<link rel="stylesheet" href="style-sheet.css">
</head>
<body>
<header>
<div class="header-rogo">
らくだ<br>🐫の<br>さいと
</div>
<div class="header-list">
<ul>
<li><a href="aboutme.html">らくだ🐫について</a></li>
<li><a href="update.html">らくだのさいとの記録</a></li>
<li><a href="https://twitter.com/rakuda_san_desu" target=”_blank”>ツイッター<span>(別窓)</span></a></li>
<li><a href="https://rakuda-san.hatenablog.com/"target=”_blank”>ブログ<span>(別窓)</span></a></li>
<li>ポートフォリオはまだない</li>
</ul>
</div>
</header>
<div class="main">
</div>
<footer>
<p>アラフォー主婦ニートが緩くプログラミングを勉強・<a href="index.html">TOPへ</a></p>
</footer>
</body>
</html>