-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoft.html
More file actions
50 lines (41 loc) · 1.4 KB
/
soft.html
File metadata and controls
50 lines (41 loc) · 1.4 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel=STYLESHEET type="text/css" href="document.css">
<title>Lazy Notes</title>
</head>
<body>
<div id="outer">
<div id="header">
<a href="./" class="title">Lazy Notes</a>
<div id="menu">
<ul>
<li><a href="bms.html">BMS</a></li>
<li><a href="sabun.html">BMS-SABUN</a></li>
<li><a href="music.html">MUSIC</a></li>
<li><a href="soft.html" class="on">SOFTWARE</a></li>
<li><a href="other.html">OTHER</a></li>
<li><a href="link.html">LINK</a></li>
<li><a href="http://excln.hatenablog.com/">BLOG</a></li>
</ul>
</div>
</div>
<div id="inner">
<div class="group">
<table border="0"><tr><td><img src="images/soft/bmsone_icon32.png" /></td><td><a href="bmsone.html" style="font-size:20px;">BmsONE</a></td></tr></table>
<div class="menucontent">bmson譜面制作ツール</div>
</div>
<div class="group">
<table border="0"><tr><td><img src="images/soft/bmhelper_icon32.png" /></td><td><a href="bmhelper.html" style="font-size:20px;">Be-Music Helper</a></td></tr></table>
<div class="menucontent">BMS制作補助ツール</div>
</div>
</div><!-- #inner -->
<div id="footer">
<div class="copyright">
Copyright © 2011-2017 exclusion All Rights Reserved.
</div>
</div>
</div><!-- #outer -->
</body>
</html>