21 lines
450 B
HTML
21 lines
450 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
|
||
|
|
<meta name="viewport"
|
||
|
|
content="width=desktop-width, initial-scale=.5, user-scalable=no maximum-scale=1.0, user-scalable=no shrink-to-fit=no" />
|
||
|
|
|
||
|
|
<title>Paradise Dock</title>
|
||
|
|
<style>
|
||
|
|
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script type="module" src="/src/index.jsx"></script>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|