This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues/pull-requests.
modx-template/index-template.html

58 lines
2.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>[[*pagetitle]]</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="css/style.css"> <!-- main stylesheet -->
<link rel="stylesheet" href="css/scrollbar.css"> <!-- custom scrollbar -->
</head>
<body>
<div id="container">
<div id="headerArea">
<div id="header" style="height: 249px;"></div>
<nav id="navbar" style="margin-bottom: 0px;">
2023-09-20 03:48:30 +00:00
[[$navbar]]
</nav>
</div>
<div id="flex">
<!-- START OF THE SIDEBAR -->
<aside id="leftSidebar" style="margin-right: 0px;">
<h2>Updates</h2>
<div class="box">
2023-09-20 03:19:33 +00:00
[[*sidebar-updates]]
</div>
<!-- <h2>Hi there!</h2>
<p>(fill this in)</p>
<h3>Other Tools</h3>
<ul>
<li></li>
</ul> -->
<h2>Have some 88x31s</h2>
<p>Context: These are either links to tools or websites I like, or just neat fucking images. Hover over them!</p>
<ul class="nobull">
2023-09-20 03:19:33 +00:00
[[*sidebar-88x31]]
</ul>
</aside>
<!-- END OF THE SIDEBAR -->
<main>
[[*content]]
</main>
</div>
<footer id="footer" style="margin-top: 0px;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> | Nexan 2020-2022</footer>
</div>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
</body>
</html>