-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·56 lines (41 loc) · 1.43 KB
/
about.html
File metadata and controls
executable file
·56 lines (41 loc) · 1.43 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>てくにゃんぱずる byらりょす</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="./css/import.css" rel="stylesheet" type="text/css" media="all"><!--html5のブラウザ互換用-->
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.4");</script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</script>
</head>
<body>
<div id="wrapper">
<header>
<h1>てくにゃんパズル</h1>
</header>
<nav>
<ul>
<li><a href="index.html">遊び方</a></li>
<li><a href="./9e/index.html">3×3</a></li>
<li><a href="./16e/index.html">4×4簡単</a></li>
<li><a href="./16e/index.html">4×4難しめ</a></li>
<li><a href="contact.html">ご意見</a></li>
<li><a href="#">作者について</a></li>
</ul>
</nav>
<article>
<section>
<h2>作者について</h2>
<p>プログラミングのみならず多方面へと活動の幅を広げようとしている真っ最中です</p>
<p>URL : <a href="http://raryosu.info/">raryosu.info</a></p>
<p>Twitter : <a href="https://twitter.com/raryosu">@raryosu</a></p>
</section>
</article>
<footer>
<h2>© 2013 Ryosuke Hagihara</h2>
</footer>
</div><!--wrapper-->
</body></html>