Linux-101/index.html

23 lines
420 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Linux 101 • Freeside</title>
</head>
<body>
<main class="js-deck3000">
<section>
<article>
<h1>Linux 101</h1>
<h2><img src="./images/freeside.svg" alt=""></h2>
</article>
</section>
</main>
<!---------------->
<link rel="stylesheet" href="linux101.css" />
<script src="linux101.js"></script>
</body>
</html>