This commit is contained in:
Oliver Atkinson
2024-10-07 15:16:41 -06:00
commit ae0a61884e
5 changed files with 1885 additions and 0 deletions

24
index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<script src="clarity.js" async module></script>
<p>Here's some awesome text</p>
<div style=width:500px;height:500px;background-color:red>
<p>Hello world</p>
</div>
<div style=width:500px;height:500px;background-color:green>
<p>Hello world</p>
</div>
<div style=width:500px;height:500px;background-color:blue>
<p>Hello world</p>
</div>
</body>
</html>