generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchives.html
68 lines (66 loc) · 2.69 KB
/
archives.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
58
59
60
61
62
63
64
65
66
67
68
<!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" />
<link rel="icon" type="image/x-icon" href="icons/favicon.ico" />
<title></title>
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/archives.css" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="https://bugzorc.github.io/archives.html" />
</head>
<body>
<div class="container">
<div class="items">
<div class="nav">
<a href="index.html">
<div class="back">
<img src="icons/back.png" /><p>BACK</p>
</div>
</a>
<div class="utilities">
</div>
</div>
<div class="banner">
<img src="images/staticImages/archives.jpg">
<center><H1>JUST ARCHIVE IT</H1></center>
</div>
<div class="archives">
<a href="archives/music/music.html" target="_blank">
<div class="archive">
<div class="archiveImg">
<img src="images/staticImages/music.png">
</div>
<div class="archiveDesc">
<p>Just some Lo-Fi music I love. Mainly Japanese type Lo-fi</p>
</div>
</div>
</a>
<a href="archives/LBSeizedBlog/index.html" target="_blank">
<div class="archive">
<div class="archiveImg">
<img src="images/staticImages/lockbit.png">
</div>
<div class="archiveDesc">
<p>this is the version one of the archived lockbit seized blog by the authorities, FEB/2024</p>
</div>
</div>
</a>
<a href="archives.html" target="_blank">
<div class="archive">
<div class="archiveImg">
<img src="images/staticImages/huh.png">
</div>
<div class="archiveDesc">
<p>Come back again, more archives coming soon</p>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
</html>