Merge "Added reset-css node module to fix styling"
[osm/UI.git] / skyquake / framework / plugin-index.html
1 <style>
2 html {
3 display: none;
4 }
5 </style>
6 <script>
7 if (self == top) {
8 document.documentElement.style.display = 'block';
9 } else {
10 top.location = self.location;
11 }
12 </script>
13 <div id="app"></div>