base for output and styling
This commit is contained in:
parent
6ca55b72c4
commit
bc21240e9f
7 changed files with 366 additions and 1 deletions
20
template.html
Normal file
20
template.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>[[TITLE]]</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>[[TITLE]]</h1>
|
||||
</header>
|
||||
<main>
|
||||
[[CONTENT]]
|
||||
</main>
|
||||
<footer>
|
||||
<p>© [[YEAR]] [[NAME]]. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue