Mercurial > laserkard
diff dylan/goodindex.html @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dylan/goodindex.html Wed Dec 30 02:01:25 2009 -0500 1.3 @@ -0,0 +1,38 @@ 1.4 +<html> 1.5 + 1.6 +<head> 1.7 + 1.8 +<link href="laserkard.css" rel="stylesheet" type="text/css" /> 1.9 +<script type="text/javascript"> 1.10 +var n = 0; 1.11 +var a = new Array("#f00","#0f0","#00f") 1.12 +function pory() { 1.13 + var u = a[n%a.length] 1.14 + var v = a[(n+1)%a.length] 1.15 + document.body.style.backgroundColor = u; 1.16 + document.body.style.color = v; 1.17 + n++; 1.18 + setTimeout("pory()",50); 1.19 +} 1.20 +</script> 1.21 +<title> laserkard personal branding service </title> 1.22 + 1.23 +</head> 1.24 + 1.25 + 1.26 +<body onLoad="pory()"> 1.27 + 1.28 + 1.29 +<h1 class="laser">LaserKard</h1> 1.30 + 1.31 +<h2 class="buy">Buy</h2> 1.32 +<h2 class="contact">Contact</h2> 1.33 +<h2 class="about">About Us</h2> 1.34 + 1.35 + 1.36 + 1.37 + 1.38 +</body> 1.39 + 1.40 + 1.41 +</html> 1.42 \ No newline at end of file