-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.04 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8"/>
<meta name="editor" content="Leo Editor"/>
<meta name="author" content="https://github.com/XCaminhante"/>
<base href="https://xcaminhante.github.io/"/><title>XCaminhante' files</title>
<style type="text/css">@import "style.css";</style>
</head>
<body>
<div id="header"><a href="index.html">XCaminhante' files</a></div>
<div id="menu">
<div class="menuframe">
<a href="index.html">About</a><br/>
<a href="vesta.html">Vesta CMS</a><br/>
<a href="perlwm/index.html">PerlWM</a><br/>
<a href="windwm/index.html">WindWM</a><br/>
<a href="links.html">External Links</a><br/>
</div>
</div>
<div id="content">
<h1>About this site</h1>
<p>I'll put technically interesting (at least for me) projects, articles and links here.</p>
<p>My projects aren't much interesting yet, but they'll be. Someday.</p>
</div>
<div id="footer">
All content is © 2021 by its respective authors.
By submitting content to this site, you agree to release it under the <a href="LICENSE.txt">GPLv3+ license</a>.
</div>
</body>
</html>