Skip to content

Commit 570c771

Browse files
authored
Update index.html
1 parent 3d8e6e9 commit 570c771

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

index.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="UTF-8">
5-
<title>osdev-jp</title>
4+
<meta charset="UTF-8">
5+
<title>osdev.jp</title>
66
</head>
77
<body>
88

99
<h2>osdev-jp</h2>
1010
<p>osdev-jpでは、OS開発に有用な情報を収集し公開しています</p>
11-
<ul>
12-
<li><a href="https://github.com/osdev-jp/osdev-jp.github.io/wiki">Wiki</a></li>
13-
<li><a href="https://github.com/osdev-jp">GitHub</a></li>
14-
</ul>
11+
<ul>
12+
<li><a href="https://github.com/osdev-jp/osdev-jp.github.io/wiki">Wiki</a></li>
13+
<li><a href="https://github.com/osdev-jp">GitHub</a></li>
14+
</ul>
15+
16+
<a class="twitter-timeline" href="https://twitter.com/hashtag/osdev_moku2" data-widget-id="909689043650101248">#osdev_moku2 のツイート</a>
17+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
1518

16-
</body>
19+
</body>
1720
</html>

0 commit comments

Comments
 (0)