-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser.html
More file actions
74 lines (61 loc) · 2.15 KB
/
user.html
File metadata and controls
74 lines (61 loc) · 2.15 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>메인패이지</title>
<link rel="stylesheet" href="style/user.css">
</head>
<body>
<header>
<h1>DISNS</h1>
<nav>
<a href="userSet.php?action=login">login</a>
<a href="userSet.php?action=logout">logout</a>
</nav>
</header>
<div style="margin-bottom: 75px;"></div>
<style>
header{
position: fixed;
display: flex;
z-index: 999999;
height: 75px;
width: 100%;
background-color: rgb(132, 0, 255);
align-items: center;
box-shadow: 0px -3px 10px 0px black;
}
header > h1{
color: white;
margin-left: 100px;
font-size: 40px;
}
nav > a{
padding-left: 50px;
color: white;
text-decoration: none;
}
</style>
<main>
<section id="info-1">
<img src="https://images-ext-1.discordapp.net/external/aa_bfM2ExJjwecgrOThs_AzVRwOcOXqATqP1qCvrKGQ/%3Fsize%3D1024/https/cdn.discordapp.com/avatars/577266050769485844/edb37a0f91e84d8204a1458bb97d3317.png"/>
<article>
<div id="status">🟢 온라인</div>
<h1>5-23#9999</h1><br><h2>나는 5-23이 다ㅏㅏㅏ(아님말고) 🎃</h2>
</article>
</section>
<section id="info-2">
<b img="{emoji_url:inv}">{emoji:inv}100000</b>
</section>
</body>
</html>
<script
src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous"></script>
<script src="https://twemoji.maxcdn.com/v/14.0.2/twemoji.min.js" integrity="sha384-32KMvAMS4DUBcQtHG6fzADguo/tpN1Nh6BAJa2QqZc6/i0K+YPQE+bWiqBRAWuFs" crossorigin="anonymous"></script>
<script>twemoji.parse(document.body)</script>
<script src="script/index.js"></script>
<script src="apis/emoji.js"></script>