threadr.lostcave.ddnss.de/admin_stuff/nalquas_template.html

76 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="common/nalquas_style.css">
<title> Tab text </title>
</head>
<body>
<!-- Title etc. -->
<div class="header">
<h1> Website Name </h1>
<p>
Motto here
</p>
</div>
<!-- Links to the main page sections -->
<div class="navbar">
<a href="#"> Link 1 </a>
<a href="#"> Link 2 </a>
<a href="#"> Link 3 </a>
</div>
<!-- Content -->
<div class="row">
<div class="spacer"></div>
<div class="main">
<p class="tiny">
Put some joke referring to the sites contents
</p>
<h1> Head line </h1>
<p class="disclaimer">
Disclaimer: This is a template file. Do not use unedited.
</p>
<p>
Some text here.
</p>
This is an <span class="codeBlockInText">in-line code block</span>.
</div>
<div class="side">
<p>
You will find some comments in this column:
</p>
<p class="general">
General comments are gray.
</p>
<p class="explanation">
Explanations are green and
</p>
<p class="warning">
warnings are red.
</p>
</div>
<div class="spacer"></div>
<!-- Keep this here as a copying template!
<div class="row">
<div class="spacer"></div>
<div class="main"> </div>
<div class="side"> </div>
<div class="spacer"></div>
</div>
-->
</div>
<!-- Footer -->
<div class="footer">
<p>
Typical footer information <br />
This page's layout has been reworked by Nalquas.
</p>
</div>
</body>
</html>