-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathindex.html
51 lines (41 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>lab.simurai</title>
<meta name="description" content="CSS3 experiments by simurai" />
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<ul>
<li><a href="space-cacss"><img src="space-cacss/screenshot.jpg" /></a></li>
<li><a href="metal"><img src="metal/screenshot.jpg" /></a></li>
<li><a href="monster"><img src="monster/screenshot.jpg" /></a></li>
<li><a href="zen-player"><img src="zen-player/screenshot.jpg" /></a></li>
<li><a href="toggle"><img src="toggle/screenshot.jpg" /></a></li>
<li><a href="umbrui"><img src="umbrui/screenshot.jpg" /></a></li>
<li><a href="stars"><img src="stars/screenshot.jpg" /></a></li>
<li><a href="buttons"><img src="buttons/screenshot.jpg" /></a></li>
<li><a href="glass"><img src="glass/screenshot.jpg" /></a></li>
<li><a href="tilt-shift"><img src="tilt-shift/screenshot.jpg" /></a></li>
<li><a href="css3d"><img src="css3d/screenshot.jpg" /></a></li>
<li><a href="imageblur"><img src="imageblur/screenshot.jpg" /></a></li>
<li><a href="carveme"><img src="carveme/screenshot.jpg" /></a></li>
<li><a href="flashlight"><img src="flashlight/screenshot.jpg" /></a></li>
<li><a href="iloveblur"><img src="iloveblur/screenshot.jpg" /></a></li>
</ul>
<a id="simurai" href="http://simurai.com"><img src="http://files.simurai.com/tumblr/img/simurai_logo.png" alt="simurai" /></a>
<!-- Google -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-599923-1']);
_gaq.push(['_setDomainName', 'simurai.com']);
_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';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script><!--/ Google -->
</body>
</html>