indent
This commit is contained in:
parent
9899d4238e
commit
1da6b149a0
1 changed files with 79 additions and 79 deletions
|
@ -1,17 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Brief description of page.">
|
||||
<meta name="keywords" content="keyword, wordkey">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Title.</title>
|
||||
<link rel="stylesheet" href="style/main.css">
|
||||
</head>
|
||||
<script defer src="script/debug.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- headers -->
|
||||
|
||||
<header id="debug">
|
||||
</header>
|
||||
|
||||
|
@ -27,8 +30,9 @@
|
|||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!-- main -->
|
||||
|
||||
<main>
|
||||
<!-- Comment. -->
|
||||
<h1>This is some long root heading</h1>
|
||||
|
||||
|
@ -39,7 +43,6 @@
|
|||
|
||||
<a href="relative/destination">Go elsewhere…</a>
|
||||
|
||||
|
||||
<div class="columns">
|
||||
<div>
|
||||
First column to describe the associated
|
||||
|
@ -51,7 +54,6 @@
|
|||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<section>
|
||||
<h2>A Heading</h2>
|
||||
<ol>Ordered:
|
||||
|
@ -60,7 +62,6 @@
|
|||
</ol>
|
||||
<p>Another paragraph.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><span class="thing">Another</span> Heading</h2>
|
||||
<ul>Unordered:
|
||||
|
@ -69,7 +70,6 @@
|
|||
</ul>
|
||||
<time>Time.</time>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Yet Another Heading</h2>
|
||||
<h3>Sub Heading</h3>
|
||||
|
@ -78,17 +78,17 @@
|
|||
Yet another paragraph that is quite a bit longer than others.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- footers -->
|
||||
|
||||
<footer>
|
||||
Footer.
|
||||
</footer>
|
||||
|
||||
<script src="script/debug.js" defer></script>
|
||||
<!-- </> -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue