Starbeamrainbowlabs
380a8d0aae
All checks were successful
continuous-integration/laminar-elessar Build 71 succeeded in 42 seconds .
32 lines
659 B
HTML
32 lines
659 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<title>Linux 101 • Freeside</title>
|
|
</head>
|
|
<body>
|
|
<main class="js-deck3000">
|
|
<section>
|
|
<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>
|
|
<article>
|
|
<h2>Test Content</h2>
|
|
<ul>
|
|
<li>a</li>
|
|
<li>b</li>
|
|
<li>c</li>
|
|
</ul>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
|
|
<!---------------->
|
|
<link rel="stylesheet" href="linux101.css" />
|
|
<script src="linux101.js"></script>
|
|
|
|
</body>
|
|
</html>
|