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

Commit

Permalink
#1 Continue...
Browse files Browse the repository at this point in the history
  • Loading branch information
enbock committed Oct 12, 2017
1 parent 5606dc4 commit ff6f3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="%PUBLIC_URL%/css/material-components-web.min.css">
<script src="%PUBLIC_URL%/lib/babel.min.js"></script>
<script src="%PUBLIC_URL%/lib/material-components-web.min.js"></script>
<style>
html {
height: 100%;
Expand Down Expand Up @@ -58,7 +60,5 @@
You need to enable JavaScript to run this app.
</noscript>
<div id="root" class="height100p"></div>
<script src="%PUBLIC_URL%/lib/babel.min.js"></script>
<script src="%PUBLIC_URL%/lib/material-components-web.min.js"></script>
</body>
</html>

0 comments on commit ff6f3f8

Please sign in to comment.