erratic-gate/src/index.html

22 lines
526 B
HTML
Raw Normal View History

2019-03-06 09:25:58 +01:00
<!DOCTYPE html>
<html lang="en">
2019-07-25 21:59:52 +02:00
<head> </head>
<body
ondragstart="return false;"
ondrop="return false;"
oncontextmenu="return false"
>
2019-07-15 13:45:52 +02:00
<div id="app"></div>
2019-07-23 21:53:59 +02:00
<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>