diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-10-17 14:00:16 +0200 | 
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-10-17 14:00:16 +0200 | 
| commit | d1e59579ca19454369d56a8c7525e109a86841e2 (patch) | |
| tree | 695f348acca3a32c97512685384da818a3ba5195 /apps/home/templates | |
first commit
Diffstat (limited to 'apps/home/templates')
| -rw-r--r-- | apps/home/templates/index.html | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/home/templates/index.html b/apps/home/templates/index.html new file mode 100644 index 0000000..f3b97e2 --- /dev/null +++ b/apps/home/templates/index.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %}Home{% endblock %} + +{% block content %} +    <h1>Welcome to my Website!</h1> +    <h2>Programs</h2> +    <p><a href="https://git.schildt.xyz/fscord/about">fscord (Chat Client/Server)</a></p> +    <p><a href="https://git.schildt.xyz/fsarcade/about">fsarcade (Games: Tetris, Snake, Minesweeper)</a></p> +    <h2>Donations</h2> +    <p>XMR: 876bxaEVzSL7w6hMMbxzo3EofakfFfHbP4etxYgPcX9bQnnik26TPFH85iMvaX4j6xM7312iRVPrtGKiC6unR8251ZWi1Fy</p> +    <p>BTC: bc1quavtkgtkephly8769lyqsx6ja002y5srgjj6sq</p> +{% endblock %} +  | 
