76 lines
2.2 KiB
HTML
76 lines
2.2 KiB
HTML
<!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="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 site’s 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>
|