24 lines
790 B
HTML
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> |