mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
add demo files with subfolders
This commit is contained in:
parent
cc2aecc16e
commit
3f2922d145
4 changed files with 36 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>page 1</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h>My awesome header</h>
|
<h>My awesome header</h>
|
||||||
<p>todo: add links</p>
|
<p>todo: add links</p>
|
||||||
<p>amazing content</p>
|
<p>fractals go here woo</p>
|
||||||
<p>amazing footer</p>
|
<p>amazing footer</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
17
docs/index.html
Normal file
17
docs/index.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<!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>CrispyPin.cc</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h>My awesome header</h>
|
||||||
|
<p>todo: add links</p>
|
||||||
|
<p>Homepage</p>
|
||||||
|
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
||||||
|
<p>amazing footer</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -4,11 +4,11 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>page 1</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
&include(header.html)
|
&include(header.html)
|
||||||
<p>amazing content</p>
|
<p>fractals go here woo</p>
|
||||||
&include(footer.html)
|
&include(footer.html)
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
15
pages/index.html
Normal file
15
pages/index.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!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>CrispyPin.cc</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
&include(header.html)
|
||||||
|
<p>Homepage</p>
|
||||||
|
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
||||||
|
&include(footer.html)
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue