mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
13 lines
407 B
HTML
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>
|