Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Removes unnecessary html page layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox committed Feb 28, 2017
1 parent 2b73bcb commit 8c8471d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,7 @@
</head>

<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<img src="remixer.svg" alt="Remixer Remote" height="32px;" />
</div>
</header>
<main class="mdl-layout__content">
<div class="page-content">
<div id="remixer-remote"></div>
</div>
</main>
</div>
<div id="remixer-remote"></div>

<script src="remoteController.min.js"></script>
<script>
Expand Down

0 comments on commit 8c8471d

Please sign in to comment.