Compare commits

...

1 Commits

Author SHA1 Message Date
lirazyehezkel
282baee881 is standalone variable (#585) 2022-01-04 17:51:07 +02:00

View File

@@ -25,6 +25,14 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>MIZU</title>
<script>
try {
// Injected from server
window.isEnt = __IS_STANDALONE__
}
catch (e) {
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>