summaryrefslogtreecommitdiffstats
path: root/test.html
blob: 3dee7eff44ee39a3a57b19de8e26eea3b71ba955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">

  <title>The HTML5 Herald</title>
  <meta name="description" content="The HTML5 Herald">
  <meta name="author" content="SitePoint">

</head>

<body>
  <script src="test-browser.js"></script>
</body>
</html>