snippets/web/hemblem/index.html
2016-04-26 10:05:35 +02:00

30 lines
No EOL
832 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
<title>Please authenticate!</title>
</head>
<body onload="intro(0)">
<div id="wrapper">
<table id="glider">
<tr>
<td onclick="toggle(0, 0)"></td>
<td onclick="toggle(1, 0)"></td>
<td onclick="toggle(2, 0)"></td>
</tr>
<tr>
<td onclick="toggle(0, 1)"></td>
<td onclick="toggle(1, 1)"></td>
<td onclick="toggle(2, 1)"></td>
</tr>
<tr>
<td onclick="toggle(0, 2)"></td>
<td onclick="toggle(1, 2)"></td>
<td onclick="toggle(2, 2)"></td>
</tr>
</table>
</div>
</body>
</html>