a lot of shit
This commit is contained in:
parent
002767b85a
commit
c3f365e1f6
16 changed files with 1247 additions and 2 deletions
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue