mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
These can be self-closing
This commit is contained in:
parent
44a3a33633
commit
ae9a583b9f
1 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue