Skip to content

Commit

Permalink
These can be self-closing
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Sep 10, 2016
1 parent 44a3a33 commit ae9a583
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<html>
<head>
<title>HyperTerm</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0" />

<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">

<style>
body {
color: #fff;
Expand All @@ -26,6 +28,7 @@

<body>
<div id="mount"></div>

<script>start = performance.now();</script>
<script src="dist/bundle.js"></script>
<script>console.log('total init time', performance.now() - start);</script>
Expand Down

0 comments on commit ae9a583

Please sign in to comment.