This commit is contained in:
grechkagk 2025-11-23 13:06:14 +08:00
parent 196c3498ef
commit 5df67bc86e
13 changed files with 369 additions and 46 deletions

6
assets/pages/about.hbs Normal file
View file

@ -0,0 +1,6 @@
---
title: about
---
<h1>about</h1>
<a href="/">about</a>

View file

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<base href="{{BASE_URL}}">
</head>
<body>
<h1>About Page</h1>
<p>This is the about page.</p>
<a href="/">index</a>
</body>
</html>

7
assets/pages/index.hbs Normal file
View file

@ -0,0 +1,7 @@
---
title: grechkaGK
---
<h1>Hello world!</h1>
<img src="media/uzi.gif"/>
<a href="about/">about</a>

View file

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

4
assets/pages/test.hbs Normal file
View file

@ -0,0 +1,4 @@
---
title: test
---
<p>just test</p>