1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
bluelib/index.html
2021-01-09 02:35:03 +01:00

45 lines
No EOL
735 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="bluelib.css">
<title>Bluelib 2</title>
</head>
<body>
<h1>
Bluelib 2
</h1>
<h2>
A new beginning
</h2>
<h3>
With no weird stuff
</h3>
<h4>
Just pure CSS
</h4>
<h5>
It's magic, isn't it?
</h5>
<h6>
yes it is
</h6>
<div class="panel" title="WOAH">
<h2>
This.
</h2>
<h3>
Is a panel.
</h3>
<p>
Dear God...
</p>
<p>
But wait, there's more!
</p>
<p>
Noooooooooooo...
</p>
</div>
</body>
</html>