Linux-101/index.html

33 lines
659 B
HTML
Raw Normal View History

2019-03-09 16:07:44 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Linux 101 • Freeside</title>
</head>
<body>
<main class="js-deck3000">
2019-03-09 16:46:03 +00:00
<section>
2019-03-11 19:31:11 +00:00
<article class="title">
<h1 class="flex-1">Linux 101</h1>
<div class="flex-1 bg-light centre-content">
<img style="max-height: 100%;" src="./images/freeside.svg" alt="" />
</div>
</article>
2019-03-09 16:46:03 +00:00
<article>
2019-03-11 19:31:11 +00:00
<h2>Test Content</h2>
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
</ul>
2019-03-09 16:46:03 +00:00
</article>
</section>
2019-03-09 16:07:44 +00:00
</main>
<!---------------->
<link rel="stylesheet" href="linux101.css" />
<script src="linux101.js"></script>
</body>
</html>