mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
chore(web): update index.html description for auto-embeds
This commit is contained in:
parent
884be92db3
commit
a9c94eefc3
1 changed files with 61 additions and 61 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue