Skip to content

Commit b77f0d8

Browse files
author
dngaa
committed
test
1 parent d502909 commit b77f0d8

1 file changed

Lines changed: 1 addition & 70 deletions

File tree

pages/player.html

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -10,75 +10,6 @@
1010
<link rel='icon' href="/img/favicon-32x32.png">
1111
<script src="/js/disguise.js"></script>
1212
<style>
13-
* {
14-
margin: 0;
15-
padding: 0;
16-
box-sizing: border-box;
17-
}
18-
19-
html, body {
20-
height: 100%;
21-
overflow: hidden;
22-
font-family: sans-serif;
23-
background: black;
24-
}
25-
26-
.wrapper {
27-
display: flex;
28-
height: 100vh;
29-
width: 100vw;
30-
}
31-
32-
.sidebar {
33-
width: 200px;
34-
background: rgba(24, 24, 24, 0.9);
35-
color: white;
36-
display: flex;
37-
flex-direction: column;
38-
justify-content: space-between;
39-
}
40-
41-
.sidebar h2 {
42-
text-align: center;
43-
padding: 20px 10px;
44-
font-size: 20px;
45-
border-bottom: 1px solid #444;
46-
}
47-
48-
.sidebar ul {
49-
list-style: none;
50-
padding: 0;
51-
margin: 0;
52-
}
53-
54-
.sidebar ul a {
55-
text-decoration: none;
56-
color: white;
57-
}
58-
59-
.sidebar ul li {
60-
padding: 12px 20px;
61-
border-bottom: 1px solid #333;
62-
cursor: pointer;
63-
}
64-
65-
.sidebar ul li:hover {
66-
background-color: #333;
67-
}
68-
69-
.left-col {
70-
padding: 10px;
71-
text-align: center;
72-
}
73-
74-
.main_content {
75-
flex: 1;
76-
display: flex;
77-
flex-direction: column;
78-
height: 100%;
79-
background: black;
80-
}
81-
8213
iframe {
8314
flex: 1;
8415
width: 100%;
@@ -96,7 +27,7 @@ <h2>Jet Yeh's</h2>
9627
<a href="/index.html"><li><i class="fa-solid fa-house"></i> Home</li></a>
9728
<a href="https://github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report"><li><i class="fa-solid fa-bug"></i> Bug Report</li></a>
9829
<a href="https://github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request"><li><i class="fa-solid fa-ghost"></i> Game Request</li></a>
99-
<a href="pages/settings.html"><li><i class="fa-solid fa-gear"></i> Settings</li></a>
30+
<a href="/pages/settings.html"><li><i class="fa-solid fa-gear"></i> Settings</li></a>
10031
<a><li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li></a>
10132
</ul>
10233
</div>

0 commit comments

Comments
 (0)