Clean up index.html a bit

This commit is contained in:
Richard Feldman
2016-03-05 06:35:30 -08:00
parent 8fb05cab57
commit 827e101b25

View File

@@ -9,7 +9,6 @@
<!-- Uncomment the below line to enable elm-reactor support. -->
<!-- <script type="text/javascript" src="/_reactor/debug.js"></script> -->
<link href='http://fonts.googleapis.com/css?family=Germania+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
@@ -20,7 +19,7 @@
var app = Elm.fullscreen(Elm.ElmHub, {});
// Uncomment this line and comment out the above to enable elm-reactor support.
// var app = Elm.fullscreenDebug('ElmHub', 'ElmHub.elm');
// var app = Elm.fullscreenDebug("ElmHub", "ElmHub.elm");
</script>
</html>