-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
59 lines (47 loc) · 1.89 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5, CSS3 and JavaScript playground for Robert Nyman</title>
<link rel="stylesheet" href="css/base.css" type="text/css" media="screen">
<!--[if lte IE 8]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<header role="banner">
<h1>Playground</h1>
<p>In here I will collect my testing of things and code. All are in the state of "works on my computer". They might or might not work for you - if they don't, and you know why, please let me know.</p>
</header>
<div role="main">
<section id="main-content">
<h2>Demos</h2>
<nav role="navigation">
<ul class="navigation">
<li><a href="placeholder/">Alternative placeholder behavior</a></li>
<li><a href="canvas/clip/index.html">Canvas clip method</a></li>
</ul>
</nav>
</section>
</div>
<footer id="page-footer" role="contentinfo">
Created by <a href="http://robertnyman.com/">Robert Nyman</a>
</footer>
</div>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-56164-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
var sc_project=593937,
sc_partition=4,
sc_security="175a1fec";
</script>
<script src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c5.statcounter.com/counter.php?sc_project=593937&java=0&security=175a1fec" alt="free geoip"></a></div></noscript>
</body>
</html>