Skip to content

Commit dd93f9b

Browse files
committed
Create index.html
1 parent 0c08bf3 commit dd93f9b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>osdev-jp</title>
6+
</head>
7+
<body>
8+
9+
<h2>osdev-jp</h2>
10+
<ul>
11+
<li><a href="https://github.com/osdev-jp/osdev-jp.github.io/wiki">Wiki</a></li>
12+
<li><a href="https://github.com/osdev-jp/osdev-jp.github.io">GitHub</a></li>
13+
</ul>
14+
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)