summaryrefslogtreecommitdiff
path: root/template/index.html
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2021-10-11 23:03:07 +0200
committerVincent Douillet <vincent@vdouillet.fr>2021-10-11 23:03:07 +0200
commit6ee862efd612832e88b154105afe4715fd1cc78b (patch)
treef3e4d2be1615d9e37a9a120b18bee6aa3bbadf6a /template/index.html
first commit
Diffstat (limited to 'template/index.html')
-rw-r--r--template/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/index.html b/template/index.html
new file mode 100644
index 0000000..a5f7fc7
--- /dev/null
+++ b/template/index.html
@@ -0,0 +1,8 @@
+<header>
+ <p>Hello and welcome, my name is Vincent and you've landed on the small space where I ramble mainly about IT and occasionally other topics. You can check my articles below, my <a href="//git.vdouillet.fr" title="git.vdouillet.fr">git repos</a> or the <a href="/about.html" title="about">about</a> page.</p>
+</header>
+<ul>
+ <li><a href="/browsing-gems.html" title="Browsing gems">10-11-2021 Browsing gems</a></li>
+ <li><a href="/raspberry-pi-white-noise-machine.html" title="Raspberry Pi white noise machine">09-29-2021 Raspberry Pi white noise machine</a></li>
+ <li><a href="/openbsd-simple-git-server.html" title="Simple git server on OpenBSD">09-11-2021 Simple git server on OpenBSD</a></li>
+</ul>