gkweb/assets/pages/index.html
2025-11-16 23:25:38 +08:00

14 lines
No EOL
319 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<base href="{{BASE_URL}}">
</head>
<body>
<h1>Hello world!</h1>
<img src="media/uzi.gif"/>
<a href="about/">about</a>
</body>
</html>