This commit is contained in:
VividTruthKeeper 2022-08-02 17:03:55 +05:00
parent f63f6affa0
commit f5644a1703
3 changed files with 12 additions and 2 deletions

View File

@ -48,12 +48,12 @@
"static/media/remove.svg": "/static/media/remove.43f021f873ae78f3d9bf3d5e76293c05.svg",
"static/media/add.svg": "/static/media/add.d58e10ed4ce768ca68761ef1e962a4b0.svg",
"static/media/home.svg": "/static/media/home.5e7245483ecfda45f6a6b038feb78acf.svg",
"index.html": "/index.html",
"static/media/arrow-circle-right.svg": "/static/media/arrow-circle-right.aeb8af24d4566d7bee70783e15c04c18.svg",
"static/media/next-reverse.svg": "/static/media/next-reverse.01b76f99093901b5ca0e6cadbe9b334b.svg",
"static/media/next.svg": "/static/media/next.c5d0814e63d8a16171e959fc3c541ff0.svg",
"static/media/loader.svg": "/static/media/loader.c1d5ba1f67cc967b86d796282b98942d.svg",
"static/media/close.svg": "/static/media/close.529361d55807e3a67b716cb14b0e62b5.svg",
"index.html": "/index.html",
"static/media/user-square.svg": "/static/media/user-square.d8e480e0d0a30f34f74130c8c706f68a.svg",
"static/media/arrow-back.svg": "/static/media/arrow-back.7106eb7539d85d1dc7288726f85efeba.svg",
"static/media/plus.svg": "/static/media/plus.b1ec7d12ed032199b6801f0b0e8e8bf9.svg",

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Shahsy Otag</title><script defer="defer" src="/static/js/main.332e18c6.js"></script><link href="/static/css/main.7f3a38fb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Content-Security-Policy" content="default-src 'self'; script-src 'nonce-{NONCE}'; img-src www.gstatic.com; frame-src www.google.com; object-src 'none'; base-uri 'none'; script-src 'www.google.com';"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Shahsy Otag</title><script defer="defer" src="/static/js/main.332e18c6.js"></script><link href="/static/css/main.7f3a38fb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="//www.google.com/recaptcha/api.js" nonce="{NONCE}" async defer="defer"></script></body></html>

View File

@ -8,6 +8,10 @@
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="theme-color" content="#000000" />
<meta
name="Content-Security-Policy"
content="default-src 'self'; script-src 'nonce-{NONCE}'; img-src www.gstatic.com; frame-src www.google.com; object-src 'none'; base-uri 'none'; script-src 'www.google.com';"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
@ -17,5 +21,11 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script
src="//www.google.com/recaptcha/api.js"
nonce="{NONCE}"
async
defer
></script>
</body>
</html>