blob: 6f76652a432dc37bd945b310675d0df0d568759c (
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
|
<!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 class="header-container">
<a class="header-link" href="/">home</a>
<a class="header-link" href="/about.html">about</a>
<a class="header-link" href="#">blog</a>
<a class="header-link" href="#">utilities</a>
<a class="header-link" href="#">walks</a>
</div>
</header>
<main>
<!-- BODY -->
</main>
<!-- <div><a class="header-link" href="mailto:me@cacharle.xyz">Contact</a></div> -->
</body>
</html>
|