2023-04-27 21:33:38 -04:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>outline2</title>
|
|
|
|
<link rel="stylesheet" href="../CSSstyle.css"/>
|
|
|
|
<!--Fill in your link line for CSS and JS in the XSLT here! -->
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-04-28 08:18:41 -04:00
|
|
|
<h1 id="title-index">outline2</h1>
|
2023-04-27 21:33:38 -04:00
|
|
|
<nav id="menu">
|
|
|
|
<a href="../index.html">
|
|
|
|
<div class="button">Home</div>
|
|
|
|
</a>
|
2023-04-28 08:18:41 -04:00
|
|
|
<a href="../fulltext.html">
|
2023-04-27 21:33:38 -04:00
|
|
|
<div class="button">Fulltext</div>
|
|
|
|
</a>
|
|
|
|
<a href="../analysis.html">
|
|
|
|
<div class="button">Analysis</div>
|
|
|
|
</a>
|
|
|
|
<a href="../gallery.html">
|
|
|
|
<div class="button">Gallery</div>
|
|
|
|
</a>
|
|
|
|
<a href="../methods.html">
|
|
|
|
<div class="button">Methods</div>
|
|
|
|
</a>
|
|
|
|
<a href="../about.html">
|
|
|
|
<div class="button">About</div>
|
|
|
|
</a>
|
|
|
|
<a href="../GitHub.html">
|
|
|
|
<div class="button">GitHub <img alt="github icon"
|
|
|
|
src="https://logos-download.com/wp-content/uploads/2016/09/GitHub_logo.png"
|
|
|
|
width="15"/>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</nav>
|
2023-05-03 17:06:31 -04:00
|
|
|
<div id="conspiracy">
|
|
|
|
</div>
|
2023-04-27 21:33:38 -04:00
|
|
|
</body>
|
|
|
|
</html>
|