chore(web): update index.html description for auto-embeds

This commit is contained in:
41666 2021-03-23 23:09:27 -04:00
parent 884be92db3
commit a9c94eefc3

View file

@ -9,7 +9,7 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<meta name="theme-color" content="#453e3d" />
<meta name="description" content="Web site created using create-react-app" />
<meta name="description" content="Tame your Discord roles." />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Roleypoly - Tame your Discord roles.</title>
<title>Roleypoly</title>
<script>
(function (d) {
var config = {
@ -35,8 +35,7 @@
},
h = d.documentElement,
t = setTimeout(function () {
h.className =
h.className.replace(/\bwf-loading\b/g, '') + ' wf-inactive';
h.className = h.className.replace(/\bwf-loading\b/g, '') + ' wf-inactive';
}, config.scriptTimeout),
tk = d.createElement('script'),
f = false,
@ -79,5 +78,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
--></body>
-->
</body>
</html>