-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.18 KB
/
index.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
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>INDEX | nnn1590.github.io</title>
</head>
<body background="images/wallpaper.png">
<div align="center">
<div align="center"><img src="images/logo2.png" alt="nnn1590.github.io ロゴ" width="256" height="64"></div>
<marquee><font color="#ff0000">Welcome!</font></marquee>
<table border="1px">
<thead>
<tr>
<th>名前</th>
<th>説明</th>
<th>その他</th>
</tr>
</thead>
<tbody>
<tr>
<td>Android Asset Studio</td>
<td>Holoの方。</td>
<td>URL:<a href="android-ui-utils/asset-studio/dist/">https://nnn1590.github.io/android-ui-utils/asset-studio/dist/</a></td>
</tr>
<tr>
<td>nnn1590.org</td>
<td>メイン。たまに停止してるかも</td>
<td>URL:<a href="https://nnn1590.org">https://nnn1590.org</a></td>
</tr>
<tr>
<td>GitHub @nnn1590</td>
<td>GitHubのアカウント。変なことしてるかも</td>
<td>URL:<a href="https://github.com/nnn1590">https://github.com/nnn1590</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>