open_clicks/index.html
Oliver Atkinson ae0a61884e init
2024-10-07 15:16:41 -06:00

24 lines
790 B
HTML

<!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>