DimensionInvasion/index.html

21 lines
473 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-02-15 16:50:03 +00:00
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-02-15 16:50:03 +00:00
<title>Cloudflare Simulator</title>
<style>
body, html {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>