mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/png" sizes="any" href="%PUBLIC_URL%/favicon.png" />
|
|
<title>Roleypoly</title>
|
|
<script src="https://use.typekit.net/bck0pci.js"></script>
|
|
<script>
|
|
try {
|
|
Typekit.load({ async: true })
|
|
} catch (e) {}
|
|
</script>
|
|
<link
|
|
rel="stylesheet"
|
|
defer
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.4.4/css/uikit.min.css"
|
|
/>
|
|
<script
|
|
defer
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.4.4/js/uikit.min.js"
|
|
></script>
|
|
<script
|
|
defer
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.4.4/js/uikit-icons.min.js"
|
|
></script>
|
|
<style>
|
|
body {
|
|
background-color: #453f3e;
|
|
}
|
|
</style>
|
|
</head>
|
|
<noscript>
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="root" class=""></div>
|
|
<!--
|
|
This HTML file is a template.
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
-->
|