Added basic files

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-03-08 10:13:49 +01:00
parent d6f9f0ee10
commit 67267079d7
5 changed files with 20 additions and 0 deletions

2
src/_footer.html Normal file
View File

@ -0,0 +1,2 @@
</body>
</html>

9
src/_header.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title></title>
</head>
<body>

5
src/index.md Normal file
View File

@ -0,0 +1,5 @@
# Index
Hello World
</article>

0
src/style.css Normal file
View File

4
src/test.md Normal file
View File

@ -0,0 +1,4 @@
# Test
Démo
[index](index.html)