forked from kduy211/don-official
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.31 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>don! officialwebsite</title>
<script type="text/javascript" src="sample.js"></script>
</head>
<body>
<font>
<font size="7" color="lightskyblue">
Welcome to don!<br>
</font>
<font size="4" face="sans-serif">
<br>
don! official site へようこそ!<br>
ここでは、don!の配布を行ったりしております!<br>
<br>
<br>
<nav>
<ul>
<li><a href="index.html">ホーム</a> ←現在ここです。</li>
<li><a href="download.html">ダウンロード</a></li>
</ul>
</nav>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<font size="6" color="lightskyblue">
don! developer Team<br>
</font>
質問はここまで↓<br>
東方好きのren君#8256<br>
みゅ~#5890<br>
CRCR#2525<br>
</font>
</font>
</body>
</html>
<a href="download.html" target=”_blank”>ダウンロード</a>