-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (47 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<title>(ArgelH-Subs)</title>
<link rel="icon" href="https://i.imgur.com/yDkaBI1.png" />
<script type="text/javascript " src="[email protected]~"></script>
<style>
html {
font-family: "Times New Roman", Times, serif;
font-size: 62.5%;
user-select: none;
}
body {
font-size: 5rem;
}
.path {
background-color: burlywood;
padding-right: 20px;
padding-left: 20px;
}
.contents {
background-color: #cfcfcf;
border-bottom: 200px;
padding-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
}
.global {
width: fit-content;
height: fit-content;
margin: auto;
}
.folder{
text-decoration: none;
}
a:visited {
text-decoration-color: blue;
}
</style>
</head>
<body>
<div class="global" id="global">
<div id="path" class="path"></div>
<div id="contents" class="contents"></div>
</div>
</body>
</html>