website/testing/output.html

57 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testing Input</title>
<meta name='author' content='techn0path' />
<meta name='referrer' content='no-referrer' />
<meta name='viewpoint' content='width=device-width,initial-scale=1.0' />
<link rel='stylesheet' href='style.css'/>
</head>
<body>
<header>
<nav id='navbar'>
<a href='index.html'>home</a> |
<a href='useful/index.html'>useful</a> |
<a href='notes/index.html'>notes</a> |
<a href='sitemap.html'>sitemap</a> |
<a href='feed.atom'>feed</a> |
<a href='http://git.vern.cc/techn0path/'>git</a>
</nav><br>
</header>
<article id='content'>
<details id='toc'> <summary>Table of content</summary> <ol>
<li><a href='#level_2_subheadings_work'>Level 2 Subheadings work</a></li>
</ol> </details>
<h1>Testing Input</h1>
<p>This is testing input.</p>
<p></p>
<p>And this text should be &lt;escaped&gt;, so that the characters work in &apos;HTML.</p>
<p></p>
<blockquote>
- Me<br>
</blockquote>
<pre>
And code should work too.
Right?
&gt; Well quotes within code don&apos;t work.
</pre>
<p></p>
<ul>
<li>should work properly, hopefully</li>
</ul>
<ul>
</ul>
<h2 id='level_2_subheadings_work'>Level 2 Subheadings work</h2>
<a href='#level_2_subheadings_work'>Permalink</a><br/><br/>
<p></p>
<h3>Level 3 Subheadings work</h3>
<p></p>
<p>#### But not beyond that.</p>
<p>If you have any suggestions, let me know at <a href='mailto:logicartist123@gmail.com'>logicartist123@gmail.com</a>. Sorry, I still use GMail. :/</p>
</article>
</body>
</html>