You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
416 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cursor Wait</title>
<style type="text/css">
body {margin: 20%;}
a:link {cursor: wait;}
</style>
</head>
<body>
<div id="content">
<h2>Code Examples</h2>
<p>A <a href="http://www.happycodings.com">A Link</a>. <a href="http://www.happycodings.com">Code Examples</a></p>
</div>
</body>
</html>