create basic html combiner and demo scripts

This commit is contained in:
Crispy 2021-06-24 23:55:00 +02:00
parent e92e2543d8
commit 9bb895731e
6 changed files with 88 additions and 0 deletions

14
pages/test1.html Normal file
View file

@ -0,0 +1,14 @@
<!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>