Added basic files
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
d6f9f0ee10
commit
67267079d7
2
src/_footer.html
Normal file
2
src/_footer.html
Normal file
@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
9
src/_header.html
Normal file
9
src/_header.html
Normal 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
5
src/index.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Index
|
||||
|
||||
Hello World
|
||||
|
||||
</article>
|
0
src/style.css
Normal file
0
src/style.css
Normal file
4
src/test.md
Normal file
4
src/test.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Test
|
||||
|
||||
Démo
|
||||
[index](index.html)
|
Loading…
Reference in New Issue
Block a user