Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Update HTML demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaleye committed Mar 8, 2019
1 parent eac27f0 commit 26286c2
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions demos/html.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Demo</title>
</head>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div class="hello" data-attr=""></div>

<body>
<div class="hello"></div>
<p>Ooga booga</p>

<p>Ooga booga</p>
<!-- comment -->

<!-- cheesecake -->

<script>
let x = '100';
x.toString();
</script>
</body>

</html>
<script>
let x = 100;
x.toString();
</script>
</body>
</html>

0 comments on commit 26286c2

Please sign in to comment.