v/examples/vweb/static_website/dist/another.html
2024-02-13 12:30:25 +02:00

13 lines
407 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Website other page</title>
</head>
<body>
<h1>Hello, another world!</h1>
<p>Welcome to this another page of a demo website.</p>
<p><a href="/">Click here</a> to go to main page.</p>
</body>
</html>