noololly.hackclub.app/index.html

17 lines
281 B
HTML
Raw Normal View History

2021-12-08 19:40:13 +00:00
<!DOCTYPE html>
<html>
<title>Test!</title>
<head>
<style>
.olly{
background-color: red;
}
</style>
</head>
<body>
<div class="olly">
<p>Hello World!</p>
</div>
</body>
</html>