From c1300b86acba57cf618ce31a587d99f73134a14b Mon Sep 17 00:00:00 2001
From: Leif Linus Gittel <leif.gittel@protonmail.com>
Date: Mon, 17 Feb 2025 16:39:04 +0100
Subject: [PATCH] add download file test

---
 public/index.html  | 1 +
 public/res/test.md | 0
 2 files changed, 1 insertion(+)
 create mode 100644 public/res/test.md

diff --git a/public/index.html b/public/index.html
index 6652c7d..e171b31 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,6 +14,7 @@
     </div>
 
     <h1>Hello World!</h1>
+    <a href="ref/test.md" download>Download link</a>
 
     <p>
       This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
diff --git a/public/res/test.md b/public/res/test.md
new file mode 100644
index 0000000..e69de29
-- 
GitLab