-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (59 loc) · 2.54 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="ko">
<head>
<title>아재개그 API</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/css/bootstrap.min.css" integrity="sha384-DhY6onE6f3zzKbjUPRc2hOzGAdEf4/Dz+WJwBvEYL/lkkIsI3ihufq9hk9K4lVoK" crossorigin="anonymous">
</head>
<body>
<!-- <div class="background_black"></div> -->
<nav class="fixed-top navbar navbar-expand-lg navbar-dark nav" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#page-top">Stop Uncle API</a>
<button class="navbar-toggler" data-target="#navbarResponsive" data-toggle="collapse" type="button"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="https://discord.gg/jUba5aJ">Discord</a></li>
<li class="nav-item"><a class="nav-link" href="https://teamwv.ml">WebSite</a></li>
</ul>
</div>
</div>
</nav>
<div class="title_wall">
<div class="title">
<h1>아재개그 API, STOP Uncle</h1>
<h3>Made By Team WAVE</h3>
</div>
</div>
<style>
.getkey_btn {
background-color:#2E3440;
border: none;
color: white;
padding: 26px 52px;
text-align: center;
font-size: 20px;
margin: 4px 2px;
opacity: 0.6;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
position: relative;
top: 34%;
}
.getkey_btn:hover {opacity: 1;}
</style>
<div class="getKey_button">
<button class="getkey_btn" style="vertical-align:middle"><span>GetKey </span></button>
</div>
<div class="endCopyright">
<img class="teamwvImg" src="img/wave.png">
<div class="texts">
<h1 class="Tmave">Team WAVE</h1>
<h3 class="copyright">COPYRIGHT ⓒ 2020 TeamWAVE-DIA ALL RIGHTS RESERVED.</h1>
</div>
</div>
<!-- <img class="waveImg" src="img/wave.png"> -->
</body>
</html>