ptools-v2/index.html

19 lines
442 B
HTML
Raw Normal View History

2024-10-26 08:57:34 +00:00
<!doctype html>
2024-10-15 06:31:17 +00:00
<html lang="en">
<head>
2024-10-26 08:57:34 +00:00
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The PTOOLS</title>
2024-10-15 06:31:17 +00:00
</head>
<body>
2024-10-26 08:57:34 +00:00
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
2024-10-15 06:31:17 +00:00
<style>
2024-10-15 07:55:07 +00:00
:root {
background-color: #212121;
}
2024-10-15 06:31:17 +00:00
</style>
</body>
</html>