From d1e59579ca19454369d56a8c7525e109a86841e2 Mon Sep 17 00:00:00 2001 From: fschildt Date: Fri, 17 Oct 2025 14:00:16 +0200 Subject: first commit --- apps/home/templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/home/templates/index.html (limited to 'apps/home/templates/index.html') 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 %} +

Welcome to my Website!

+

Programs

+

fscord (Chat Client/Server)

+

fsarcade (Games: Tetris, Snake, Minesweeper)

+

Donations

+

XMR: 876bxaEVzSL7w6hMMbxzo3EofakfFfHbP4etxYgPcX9bQnnik26TPFH85iMvaX4j6xM7312iRVPrtGKiC6unR8251ZWi1Fy

+

BTC: bc1quavtkgtkephly8769lyqsx6ja002y5srgjj6sq

+{% endblock %} + -- cgit v1.2.3