FrostByte/client-solid/index.html

18 lines
880 B
HTML
Raw Normal View History

2023-10-19 02:42:37 +02:00
<!doctype html>
2023-11-06 00:24:33 +01:00
<html lang="en">
2023-10-19 02:42:37 +02:00
<head>
<meta charset="UTF-8" />
<meta name="darkreader-lock">
2023-10-19 02:42:37 +02:00
<link rel="shortcut icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-1756clo' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='AcUnitIcon'%3E%3Cpath d='M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22z'%3E%3C/path%3E%3C/svg%3E" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-12-09 12:36:38 +01:00
<title>FrostByte</title>
2023-10-19 02:42:37 +02:00
</head>
<body>
2023-10-19 02:42:37 +02:00
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>