blob: 9aecb5b4ba250fdb548a8dd99e5ca1e4f68a76c3 (
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
30
31
32
33
|
<!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>
<!-- <img width="30" height="30" src="static/img/git.png"> -->
<!-- <img width="30" height="30" src="static/img/git.png"> -->
<!-- <img width="30" height="30" src="static/img/git.png"> -->
<!-- <img width="30" height="30" src="static/img/git.png"> -->
<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>
<main>
<!-- BODY -->
</main>
</body>
</html>
|