ss/index.html

11 lines
274 B
HTML
Raw Normal View History

<!doctype html>
<html><head>
</head><body>
<p>
This is the index page!
</p>
2024-05-19 20:48:06 +03:00
<div><a href="./hello/en">English Hello</a></div>
<div><a href="./hello/ru">Русский Привет</a></div>
<div><a href="./web/">Static files directory</a></div>
</body></html>