-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
104 lines (82 loc) · 2.93 KB
/
archive.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<!-- Copyright (C) 2024 The BBJProjeK Organization -->
<html lang="en">
<head>
<title>Archive - Sergio's Personal Cabinet</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="An attemp to show all html pages from this subdomain">
<meta name="author" content="Sergio Fernández" />
<meta property="og:title" content="Pages Archive - Sergio's Personal Cabinet"><meta property="og:type" content="Website"><meta property="og:url" content="https://cabinet.bbjprojek.org" ><meta property="og:image" content="/assets/img/favicon_full.png" >
<!-- Icons -->
<link rel="shortcut icon" href="/assets/img/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png" />
<link rel="manifest" href="/assets/site.webmanifest" />
<!-- Custom CSS -->
<link rel="stylesheet" href="/assets/main.css" />
<link rel="stylesheet" href="/assets/display.css" />
<style>
a:link, a:active, a:visited {
color: var(--normal);
text-decoration: none;
font-weight: normal;
}
a:link:hover
{
text-decoration: underline;
}
.header-title {
font-weight: bold !important;
}
.header-subtitle, .box {
color: var(--background) !important;
}
nav a:hover {
background-color: var(--background);
color: var(--heading) !important;
}
</style>
</head>
<body>
<header>
<a class="header-title">Sergio's Personal Cabinet</a>
<nav>
<div class="nav-left">
<a class="header-subtitle" href="/">← Main</a>
</div>
<div class="nav-middle">
<a class="header-subtitle" href="/">Home</a>
</div>
<div class="nav-right">
</div>
</nav>
</header>
<h1>Page Archive</h1>
<p>An attempt to organize and display all pages from this domain.</p>
<hr><br>
<a>L </a><a href="/blog">/blog</a><br>
<br>
<a>L </a><a>/docs</a><br>
<a>  Ͱ </a><a href="/docs/agency/">agency</a><br>
<a>  L </a><a href="/docs/authority/">authority</a><br>
<br>
<a>L /projects/albumposters</a><br>
<a>  L </a><a href="/projects/albumposters">index</a><br>
<br>
<a>L /xaspos</a><br>
<a>  L </a><a href="/xaspos">index.html</a><br>
<br>
<a>Ͱ </a><a href="/README.md">README.md</a><br>
<a>Ͱ </a><a href="/about">about</a><br>
<a>Ͱ archive.html (<i>This page</i>)</a><br>
<a>Ͱ </a><a href="/">index.html</a><br>
<a>Ͱ </a><a href="/robots.txt">robots.txt</a><br>
<a>L </a><a href="/sitemap.xml">sitemap.xml</a><br>
<hr class="foot">
<a>Updated on: November 5, 2024.</a><br>
<a>Copyright © 2025 The BBJProjeK Organization</a>
</body>
</html>