Files
demo1/index.html
2026-03-07 01:46:54 +01:00

14 lines
341 B
HTML

<!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>