erratic-gate/src/index.html
2019-07-28 12:16:49 +03:00

25 lines
634 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- This doesnt work inside react helmetv-->
<meta name="pinterest" content="nopin" />
</head>
<body
ondragstart="return false;"
ondrop="return false;"
oncontextmenu="return false"
>
<div id="app"></div>
<div class="Splash">
<div class="loading">
<div class="lds-ripple">
<div></div>
<div></div>
</div>
</div>
<noscript> JavaScript must be enabled to run this app. </noscript>
</div>
</body>
</html>