forked from MountainLinuxClub/website
23 lines
639 B
HTML
23 lines
639 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Linux Club Official</title>
|
|
</head>
|
|
<body>
|
|
<canvas>BG NOT SUPPORTED</canvas>
|
|
<div align="center" class="content">
|
|
<h1>Linux Club 😎</h1>
|
|
<h5>The superior OS, if you disagree you're wrong 😈</h5>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<img src="https://i.imgflip.com/697bub.jpg" title="made at imgflip.com" width="340" height="400"/>
|
|
</div>
|
|
</body>
|
|
|
|
<script src="./bg.js"></script>
|
|
<script src="./index.js"></script>
|
|
<link rel="stylesheet" href="./style.css">
|
|
</html>
|