This is just a demo

This commit is contained in:
2026-03-07 01:46:54 +01:00
parent 06ed46a241
commit 6e1abd756a

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<title>Demo</title>
</head>
<body>
<h1>Demo</h1>
<p>This is a demo page.</p>
<p>It is used to demonstrate the functionality of the Thokra framework.</p>
<p>It is not meant to be a real website.</p>
<p>It is only meant to be a demonstration of the Thokra framework.</p>
</body>
</html>