Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed May 8, 2019
1 parent 2513603 commit 20c91f3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
<title>Raw Viewer</title>

<style>
html, body {
html, body, #main {
padding: 0;
margin: 0;
background: #eee;
height: 100%;
}

#main {
width: 100%;
height: 100%;
}
</style>
Expand All @@ -22,8 +16,7 @@
<div id="main"></div>

<script>
var main = document.querySelector('#main');
require('../renderer/index.js')(main);
require('../renderer/index.js')(document.querySelector('#main'));
</script>
</body>
</html>

0 comments on commit 20c91f3

Please sign in to comment.