mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 11:05:32 +02:00
create basic html combiner and demo scripts
This commit is contained in:
parent
e92e2543d8
commit
9bb895731e
6 changed files with 88 additions and 0 deletions
14
pages/test1.html
Normal file
14
pages/test1.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue