Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="width: 100%; height: 100%;">
<div style="width: 100%; height: 100%; position: absolute;">
<div id="left" style="width: 50%; height: 100%; float: left;"></div>
<div id="right" style="width: 50%; height: 100%; float: left;"></div>
</div>
Expand Down