aboutsummaryrefslogtreecommitdiff
path: root/index.template.html
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-24 12:14:42 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-24 12:14:42 +0100
commit74d23da9c88e4ec904320d017f81704a78c72e81 (patch)
tree801b5075e72f1a362676d592fabc17a62ec4e34e /index.template.html
parent992441c88e0b4a75fe4aed0878b5a2c9f4a5180f (diff)
parent3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf (diff)
downloadcacharle.xyz-74d23da9c88e4ec904320d017f81704a78c72e81.tar.gz
cacharle.xyz-74d23da9c88e4ec904320d017f81704a78c72e81.tar.bz2
cacharle.xyz-74d23da9c88e4ec904320d017f81704a78c72e81.zip
Merge branch 'templates'
Diffstat (limited to 'index.template.html')
-rw-r--r--index.template.html53
1 files changed, 21 insertions, 32 deletions
diff --git a/index.template.html b/index.template.html
index 3ece5b7..4055ddb 100644
--- a/index.template.html
+++ b/index.template.html
@@ -1,37 +1,26 @@
-<!DOCTYPE html>
+<h1>Charles's website</h1>
-<html>
- <head>
- <title>cacharle</title>
- <link rel="stylesheet" type="text/css" href="style.css"/>
- <meta charset="utf-8"/>
- <link rel="icon" type="image/png" href="favicon.png" />
- </head>
+<h2>About me</h2>
+<p>I'm a computer science student currently at <a href="https://www.s19.be/">s19</a>, a summary of my progress can be found <a href="school.html">here</a></p>
+<p>This site is an experiment to host some of the services I use every day like a mail server and a <a href="https://git.cacharle.xyz">git server</a> and becoming more independant in general.</p>
+<p>Inspired by a serie of <a href="https://www.youtube.com/watch?v=bdKZVIGRAKQ&list=PL-p5XmQHB_JRRnoQyjOfioJdDmu87DIJc">videos</a> posted by <a href="https://lukesmith.xyz">Luke Smith</a>.</p>
- <body><div id="page-wrapper">
- <h1>Charles's website</h1>
+<h2>Blog articles</h2>
+<ul>
+ <!-- BLOGINDEX -->
+</ul>
- <h2>About me</h2>
- <p>I'm a computer science student currently at <a href="https://www.s19.be/">s19</a>, a summary of my progress can be found <a href="school.html">here</a></p>
- <p>This site is an experiment to host some of the services I use every day like a mail server and a <a href="https://git.cacharle.xyz">git server</a> and becoming more independant in general.</p>
- <p>Inspired by a serie of <a href="https://www.youtube.com/watch?v=bdKZVIGRAKQ&list=PL-p5XmQHB_JRRnoQyjOfioJdDmu87DIJc">videos</a> posted by <a href="https://lukesmith.xyz">Luke Smith</a>.</p>
+<h2>Utils</h2>
+<ul>
+ <li><a href="https://chat.cacharle.xyz">chat</a></li>
+ <!-- UTILSINDEX -->
+</ul>
- <h2>Blog articles</h2>
- <ul>
- <!--BLOGINDEX-->
- </ul>
+<h2>Links</h2>
+<ul>
+ <li><a href="https://github.com/cacharle">github</a></li>
+ <li><a href="https://git.cacharle.xyz">git server</a></li>
+ <li><a href="charlescabergspublic.gpg">GPG public key</a></li>
+</ul>
- <h2>Utils</h2>
- <ul>
- <li><a href="https://chat.cacharle.xyz">chat</a></li>
- <!--UTILSINDEX-->
- </ul>
-
- <h2>Links</h2>
- <li><a href="https://github.com/cacharle">github</a></li>
- <li><a href="https://git.cacharle.xyz">git server</a></li>
- <li><a href="charlescabergspublic.gpg">GPG public key</a></li>
-
- <p>The style sheet used for this site can be found <a href="https://github.com/markdowncss/retro">here</a></p>
- </div></body>
-</html>
+<p>The style sheet used for this site can be found <a href="https://github.com/markdowncss/retro">here</a>.</p>