a lot of shit
This commit is contained in:
parent
002767b85a
commit
c3f365e1f6
16 changed files with 1247 additions and 2 deletions
0
assets/content/about.md
Normal file
0
assets/content/about.md
Normal file
BIN
assets/media/uzi.gif
Normal file
BIN
assets/media/uzi.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 522 KiB |
14
assets/pages/about.html
Normal file
14
assets/pages/about.html
Normal 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>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>
|
||||
14
assets/pages/index.html
Normal file
14
assets/pages/index.html
Normal 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>
|
||||
0
assets/scripts/hello.js
Normal file
0
assets/scripts/hello.js
Normal file
0
assets/styles/main.css
Normal file
0
assets/styles/main.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue