add demo files with subfolders

This commit is contained in:
Crispy 2021-06-25 00:42:46 +02:00
parent cc2aecc16e
commit 3f2922d145
4 changed files with 36 additions and 4 deletions

View file

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>page 1</title>
</head>
<body>
&include(header.html)
<p>amazing content</p>
&include(footer.html)
</body>
</html>