Spaces:
Running
Running
File size: 297 Bytes
7ee73ae 552ba0d 7ee73ae 552ba0d 7ee73ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="border-4 border-red-500 h-dvh w-dvw bg-gray-100">
</body>
</html>
|