website/index.html

23 lines
639 B
HTML
Raw Normal View History

2022-03-18 23:36:06 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Linux Club Official</title>
</head>
<body>
<canvas>BG NOT SUPPORTED</canvas>
2022-03-22 03:25:06 +00:00
<div align="center" class="content">
2022-03-18 23:36:06 +00:00
<h1>Linux Club 😎</h1>
2022-03-18 23:50:29 +00:00
<h5>The superior OS, if you disagree you're wrong 😈</h5>
2022-03-18 23:41:15 +00:00
<br>
<br>
<br>
<br>
2022-03-22 03:25:06 +00:00
<img src="https://i.imgflip.com/697bub.jpg" title="made at imgflip.com" width="340" height="400"/>
2022-03-18 23:36:06 +00:00
</div>
</body>
<script src="./bg.js"></script>
<script src="./index.js"></script>
<link rel="stylesheet" href="./style.css">
</html>