diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-09 17:39:05 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-09 17:39:05 +0100 |
| commit | 9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 (patch) | |
| tree | ed33badc6aa8305a5e6ea688a6a08e532c92d268 /index.html | |
| parent | f47491b3a89ba769760bb555ea72f1416cb0cb08 (diff) | |
| download | cacharle.xyz-templates.tar.gz cacharle.xyz-templates.tar.bz2 cacharle.xyz-templates.zip | |
Trying to DRY the html with templatestemplates
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 504dc8f..0000000 --- a/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> - -<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> - - <body><div id="page-wrapper"> - <h1>Charles's website</h1> - - <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>Blog articles</h2> - <ul> - <!--BLOGINDEX--> -<li><a href="blog/git_server.html"> How to make your own git server/website </a></li> - </ul> - - <h2>Utils</h2> - <ul> - <li><a href="https://chat.cacharle.xyz">chat</a></li> - <!--UTILSINDEX--> -<li><a href="utils/sierpinski_triangle">sierpinski triangle</a></li> -<li><a href="utils/rot13">rot13</a></li> -<li><a href="utils/minesweeper">minesweeper</a></li> -<li><a href="utils/langton_ant">langton ant</a></li> -<li><a href="utils/fractal_tree">fractal tree</a></li> - </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> |
