-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 1.95 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 1.95 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>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Rainbow Server Official Site">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/icon"x- href="images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon-180x180.png">
<script src="js/script.js"></script>
<title>Rainbow Server</title>
</head>
<body>
<div class="container">
<div class="blurBg"></div>
<p class="fadeIn">Welcome to Rainbow Server!!!</p>
<div class="box">
<span class="box__line"></span>
<span class="box__line"></span>
<span class="box__line"></span>
<span class="box__line"></span>
</div>
</div>
<div class="container">
<div class="square1"></div>
<p class="about">Rainbow Serverとは?</p>
</div>
<p class="about2">Dreame氏によって作られた日本最大級(になる予定の)<br>Discord Serverである。</p>
<div class="container">
<div class="square2"></div>
<p class="rule">利用規約</p>
<p class="rule2">利用規約はこのページに収まらなかったのでこちらへ</p>
<div class="container">
<div class="square3">
<p class="rule3"><a href="html/rule.html">利用規約</a></p>
</div>
</div>
</div>
<div class="container">
<div class="square4"></div>
<p class="sonota">その他・リンク集</p>
<div class="square5"></div>
<p class="link1"><a href="https://discord.gg/rainbows">Discord Server</a></p>
</div>
<div class="square6">
<p class="link2"><a href="https://dissoku.net/ja/server/1038381054538551366">DISBOARD</a></p>
</div>
</div>
<h1 class="hh1">このページなんか物足りないと思ったそこの君、デザインが思いつかないんだ() <br>だからだれかDiscoのDMで教えてくれ </h1>
</body>
</html>