-
Notifications
You must be signed in to change notification settings - Fork 6
/
inbrowser.html
32 lines (29 loc) · 1.26 KB
/
inbrowser.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
Hi!
Are you viewing this on GitHub wondering where your test is?
Probably, you will need to clone it locally to try this out. Sorry.
-->
<html>
<head>
<title>
Run btest402.js in a browser
</title>
<script src="btest402.js"></script>
<meta charset='utf-8'><!-- are there any others? -->
</head>
<body>
<h1 style='margin-top: 200px'>btest402.js - Basic ECMA-402
test</h1>
<p>
This is an in-browser
test. Right now, your console should have some test results.
</p>
<h2>hey, check out your JavaScript console for the results</h2>
<a href="https://github.com/srl295/btest402"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/121cd7cbdc3e4855075ea8b558508b91ac463ac2/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png"></a>
<hr>
<p>More on
GitHub: <a href="http://github.com/srl295/btest402">srl295/btest402</a></p>
<p>Click <a href='viabower.html'>here</a> to try the
version using bower-loaded ecma402 libraries.</p>
</body>
</html>