Blog/Resources/Output/inputfile.html

51 lines
1.4 KiB
HTML

<html>
<head>
<link rel="stylesheet" href="Wireframe.css">
<link rel="stylesheet" href="effects.css">
</head>
<body>
<header>
<a href="index.html">
Rosia Evans
</a>
</header>
<main>
<nav>
<h1>Navigation</h1>
<li><a href=/CatTowerDefence.html>Tower defence game</a></li>
<li><a href=/SailBot.html>aberSailBot</a></li>
<li><a href=/index.html>Welcome!</a></li>
<li><a href=/SBSWork.html>SBS Internship</a></li>
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>
<li><a href=/TestFullArticle.html>Example Post</a></li>
</nav>
<article><h1>Hello world!</h1>
<p>this is a test of the cool markdown parser written by
some random guy online who made a cool thing but seems kind
of cringe</p>
<h2>The guy</h2>
<p>whats his name? minty or some shit idk</p>
<h2>Lets run a tests</h2>
<p>test*</p>
<pre><code> print(&quot;oogyboogyman&quot;)
</code></pre>
<p>that should be formatted as code</p>
<h2>One more test</h2>
<ul>
<li>a list</li>
<li>wow</li>
<li>truly amazing</li>
</ul>
</article>
</main>
<div>
</body>
</html>