sync dev
This commit is contained in:
parent
196c3498ef
commit
5df67bc86e
13 changed files with 369 additions and 46 deletions
6
assets/pages/about.hbs
Normal file
6
assets/pages/about.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: about
|
||||
---
|
||||
<h1>about</h1>
|
||||
<a href="/">about</a>
|
||||
|
||||
|
|
@ -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
7
assets/pages/index.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: grechkaGK
|
||||
---
|
||||
<h1>Hello world!</h1>
|
||||
<img src="media/uzi.gif"/>
|
||||
<a href="about/">about</a>
|
||||
|
||||
|
|
@ -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
4
assets/pages/test.hbs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: test
|
||||
---
|
||||
<p>just test</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue