-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevBucket.html
More file actions
78 lines (72 loc) · 3.4 KB
/
Copy pathDevBucket.html
File metadata and controls
78 lines (72 loc) · 3.4 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
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<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>DevBucket</title>
<link rel="stylesheet" href="./DevBucket.css">
<link rel="stylesheet" href="./DevBucketBootstrap.css">
<link rel="stylesheet" href="./DevBucketMaterialSymbols.css">
<!-- <link rel="stylesheet" href="./DevBucketFontAwesome.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="stylesheet" href="./DevBucketNordic.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body class="bg-polar-night-0" style="width: 100vw;">
<div class="d-flex h-100">
<div class="m-1 quickLinks w-25 d-flex flex-column rounded-5 bg-polar-night-3">
<h3 class="border-bottom py-4 text-center text-frost-2">
Quick Links
</h3>
<div class="container-fluid p-3 overflow-auto mb-4">
<ul type="none" id="quickLinks list-group">
</ul>
</div>
</div>
<div class="m-0 container-fluid w-75 m-0 p-0 bg-polar-night-0 d-inline-block">
<div class="rounded-5 m-4 w-50 bg-polar-night-2 d-inline-block timeContainer">
<h1 id="time" class="text-snow-storm-1 p-2 text-center"></h1>
</div>
<ul type="none" class="list-group list-group-horizontal
float-end p-2 m-0">
<li class="list-group-item p-1 border-0 bg-polar-night-0">
<button href="chrome://settings"
class="bg-polar-night-0 border-0 p-0 text-decoration-none material-symbols-rounded">
<small class="text-polar-night-3">
settings
</small>
</button>
</li>
<li class="list-group-item p-1 border-0 bg-polar-night-0">
<button href="chrome://settings"
class="bg-polar-night-0 border-0 p-0 text-decoration-none material-symbols-rounded">
<small class="text-polar-night-3">
settings
</small>
</button>
</li>
<li class="list-group-item p-1 border-0 bg-polar-night-0">
<button href="chrome://settings"
class="bg-polar-night-0 border-0 p-0 text-decoration-none material-symbols-rounded">
<small class="text-polar-night-3">
settings
</small>
</button>
</li>
<li class="list-group-item p-1 border-0 bg-polar-night-0">
<button href="chrome://settings"
class="bg-polar-night-0 border-0 p-0 text-decoration-none material-symbols-rounded">
<small class="text-polar-night-3">
settings
</small>
</button>
</li>
</ul>
</div>
</div>
<script src="./DevBucketBootstrap.js"></script>
<script src="./DevBucket.js"></script>
</body>
</html>