excludes output files from git, moves index to blog page format from static
This commit is contained in:
parent
06b45e46c9
commit
53cf3cbeab
13 changed files with 402 additions and 1 deletions
48
Resources/Output/inputfile.html
Normal file
48
Resources/Output/inputfile.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<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=/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=/Aardvark.html>AardvarkXR</a></li>
|
||||
<li><a href=/MindMap.html>Mind Map Maker</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("oogyboogyman")
|
||||
</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>
|
Loading…
Add table
Add a link
Reference in a new issue