-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAcommandline.html
More file actions
48 lines (35 loc) · 889 Bytes
/
Acommandline.html
File metadata and controls
48 lines (35 loc) · 889 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ibisの時計塔</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>
<!-- 左側にロゴ追加予定 -->
<a name="top"></a>
<div class="header-logo"><a href="index.html">Ibisの時計塔</a></div>
<div class="header-list">
<ul>
<li><a href="#programing">プログラミング関連</a></li>
<li>プロフィール</li>
</ul>
</div>
</header>
<main>
commandline
</main>
<footer>
<!-- ロゴ作成して入れ替える -->
<div class="footer-logo"><a href="#top">TOPに戻る</a></div>
<div class="footer-list">
<ul>
<!-- あとでリンク作って貼る -->
<li><a href="#">教材・サイト・参考文献</a></li>
<li>Twitter @<a href="https://twitter.com/clockei0516">clockei0516</a></li>
</ul>
</div>
</footer>
</body>
</html>