10 lines
268 B
HTML
10 lines
268 B
HTML
<!doctype html>
|
|
<html><head>
|
|
</head><body>
|
|
<p>
|
|
This is the index page!
|
|
</p>
|
|
<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>
|