dummyidp/public/index.html

25 lines
838 B
HTML
Raw Normal View History

2024-05-13 23:19:21 +00:00
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/index.css">
<link rel="icon" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
2024-05-17 17:13:27 +00:00
<style>
body {
background-image: url("/wordart.png");
}
</style>
2024-05-13 23:19:21 +00:00
</head>
<body>
2024-05-17 17:13:27 +00:00
<div id="react-root" class="h-full min-h-screen"></div>
2024-05-13 23:19:21 +00:00
</body>
<script src="/index.js"></script>
</html>