initial commit
This commit is contained in:
27
www/html/template.html
Normal file
27
www/html/template.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TEMPLATE</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/index.html">Index</a>
|
||||
<a href="/about.html">About</a>
|
||||
<a href="/contact.html">Contact</a>
|
||||
</nav>
|
||||
<hr>
|
||||
<!-- CONTENT GOES HERE -->
|
||||
|
||||
|
||||
<!-- END CONTENT -->
|
||||
<hr>
|
||||
<footer>
|
||||
<p>Published: PLACEHOLDER</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user