mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
31 lines
975 B
HTML
31 lines
975 B
HTML
<!DOCTYPE html>
|
|
<meta charset='utf-8' />
|
|
<title>LOOT: {{ page.title }}</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="icon" type="image/ico" href="/icon.ico">
|
|
|
|
<div id="header">
|
|
<img alt="LOOT" src="/logo.png">
|
|
<h2>Load order optimisation for Oblivion, Skyrim, Fallout 3 and Fallout: New Vegas</h2>
|
|
|
|
<div id="nav">
|
|
<a href="/">Home</a>
|
|
<a href="/docs/">Documentation</a>
|
|
<a href="https://github.com/loot/loot.github.io/wiki">Wiki</a>
|
|
<a href="/search/">Masterlist Search</a>
|
|
<a href="https://github.com/loot">Code</a>
|
|
<a href="/credits/">Credits</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="main">
|
|
|
|
{{ content }}
|
|
|
|
<div id="footer">
|
|
Support & Discussion: <a href="http://forums.bethsoft.com/topic/1511411-rel-loot-thread-15/">Forum Thread</a>
|
|
<a href="https://webchat.freenode.net/?channels=%23loot">IRC Channel</a>
|
|
<br>Unofficial Tutorial Video: <a href="https://www.youtube.com/watch?v=SzoyWugzZAw">GophersVids</a>
|
|
<small>© 2013—2014 WrinklyNinja</small>
|
|
</div>
|