a lot of shit

This commit is contained in:
grechkagk 2025-11-16 23:25:38 +08:00
parent 002767b85a
commit c3f365e1f6
16 changed files with 1247 additions and 2 deletions

14
assets/pages/index.html Normal file
View file

@ -0,0 +1,14 @@
<!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>