indent
This commit is contained in:
parent
9899d4238e
commit
1da6b149a0
1 changed files with 79 additions and 79 deletions
|
@ -1,94 +1,94 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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>
|
||||
<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">
|
||||
<script defer src="script/debug.js"></script>
|
||||
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header id="debug">
|
||||
</header>
|
||||
<!-- headers -->
|
||||
|
||||
<header>
|
||||
<img src="images/logo.svg" alt="Logo of the website.">
|
||||
<nav aria-label="Main navigation">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="some.html">Some</a></li>
|
||||
<li><a href="other.html">Other</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<header id="debug">
|
||||
</header>
|
||||
|
||||
<header>
|
||||
<img src="images/logo.svg" alt="Logo of the website.">
|
||||
<nav aria-label="Main navigation">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="some.html">Some</a></li>
|
||||
<li><a href="other.html">Other</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<!-- main -->
|
||||
|
||||
<main>
|
||||
<!-- Comment. -->
|
||||
<h1>This is some long root heading</h1>
|
||||
|
||||
<div class="sectionless">
|
||||
<p><span class="thing">It</span> is <strong>important</strong>.</p>
|
||||
<p>Oh yeah, <em>sure</em>…</p>
|
||||
</div>
|
||||
|
||||
<a href="relative/destination">Go elsewhere…</a>
|
||||
|
||||
<div class="columns">
|
||||
<div>
|
||||
First column to describe the associated
|
||||
image of a debian landscape debanner.
|
||||
</div>
|
||||
<div>
|
||||
<img src="images/debanner.jpeg" alt="Debian banner.">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h2>A Heading</h2>
|
||||
<ol>Ordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
</ol>
|
||||
<p>Another paragraph.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2><span class="thing">Another</span> Heading</h2>
|
||||
<ul>Unordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<!-- Comment. -->
|
||||
<h1>This is some long root heading</h1>
|
||||
|
||||
<div class="sectionless">
|
||||
<p><span class="thing">It</span> is <strong>important</strong>.</p>
|
||||
<p>Oh yeah, <em>sure</em>…</p>
|
||||
</div>
|
||||
|
||||
<a href="relative/destination">Go elsewhere…</a>
|
||||
|
||||
|
||||
<div class="columns">
|
||||
<div>
|
||||
First column to describe the associated
|
||||
image of a debian landscape debanner.
|
||||
</div>
|
||||
<div>
|
||||
<img src="images/debanner.jpeg" alt="Debian banner.">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<section>
|
||||
<h2>A Heading</h2>
|
||||
<ol>Ordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
</ol>
|
||||
<p>Another paragraph.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><span class="thing">Another</span> Heading</h2>
|
||||
<ul>Unordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
</ul>
|
||||
<time>Time.</time>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Yet Another Heading</h2>
|
||||
<h3>Sub Heading</h3>
|
||||
<p>
|
||||
<time>Time.</time>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Yet Another Heading</h2>
|
||||
<h3>Sub Heading</h3>
|
||||
<p>
|
||||
1________11________21________31________41<br>
|
||||
Yet another paragraph that is quite a bit longer than others.
|
||||
</p>
|
||||
</section>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</main>
|
||||
<!-- footers -->
|
||||
|
||||
<footer>
|
||||
Footer.
|
||||
</footer>
|
||||
<footer>
|
||||
Footer.
|
||||
</footer>
|
||||
|
||||
<script src="script/debug.js" defer></script>
|
||||
|
||||
</body>
|
||||
<!-- </> -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue