diff options
Diffstat (limited to 'apps/home/templates/index.html')
| -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 %} +  | 
