14 lines
341 B
HTML
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>
|