-
Notifications
You must be signed in to change notification settings - Fork 0
/
pcspecs.html
45 lines (40 loc) · 1.33 KB
/
pcspecs.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
<!DOCTYPE html>
<html>
<head><title>xerix123456's site</title></head>
<link rel="stylesheet" href="lib/7.css">
<link rel="stylesheet" href="lib/system.css">
<body>
<style>
body {
background-image: url('wallpaper/wallpaper.png');
}
</style>
<div class="background" id="divElement">
<div class="window glass active" style="max-width: 320px">
<div class="title-bar">
<div class="title-bar-text">kernel64</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body has-space">
<menu role="tablist">
<button role="tab" onclick="redirectToPage()" aria-controls="about">About</button>
<script>
function redirectToPage() {
window.location.href = "index.html";
}
</script>
<button role="tab" aria-controls="pcspecs" aria-selected="true">PC Specs</button>
</menu>
<p>CPU: AMD Ryzen 5 3600 6-core 12-thread processor</p>
<p>GPU: NVidia GeForce GTX 1660 SUPER 6G</p>
<p>RAM: 2xCrucial BALLISTIX 8G 3200; 2xKingston 4G 2666 (OC to 3200)</p>
<p>Monitor: Samsung C27F390 Curved Display</p>
<p>CPU Cooler: DeepCool GAMMAXX 400K</p>
</div>
</div>
</div>
</body>
</html>