blob: 50a8d11b7fc413f6d02137a0b02ad1c96d53bdc4 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>cacharle</title>
<meta charset="utf-8"/>
<meta name="description" content="Charles Cabergs's website"/>
<meta name="keywords" content="Programming"/>
<meta name="author" content="Charles Cabergs"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="alternate" type="application/rss+xml" title="cacharle - RSS" href="/rss.xml"/>
<!-- HEAD -->
</head>
<body>
<header>
<div><a class="header-link" href="/">Home</a></div>
<div><a class="header-link" href="/rss.xml">RSS</a></div>
<div><a class="header-link" href="mailto:me@cacharle.xyz">Contact</a></div>
<div><a class="header-link" href="https://git.cacharle.xyz">git</a></div>
<div><a class="header-link" href="https://searx.cacharle.xyz">searx</a></div>
</header>
<div id="page-wrapper">
<!-- BODY -->
</div>
</body>
</html>
|