-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstep8.html
More file actions
43 lines (31 loc) · 1.11 KB
/
step8.html
File metadata and controls
43 lines (31 loc) · 1.11 KB
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
<html>
<head>
<title>Ur/Web Tutorial</title>
<style>
.code {
background: #d0d0d0;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10255629-6']);
_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>
</head>
<body>
<img src="urheader.png" alt="Ur/Web Tutorial"/></br>
<hr width="99%"/>
<h1>Ur/Web Tutorial</h1>
<h2>Step 8</h2>
<p><a href="step7.html">Previous</a> | Next</p>
<p>Coming soon! :)</p>
<p>If you read this far, you might like to follow me on <a href="http://twitter.com/gianp">Twitter</a>. Similarly, any comments, questions, contributions or suggestions regarding this tutorial should be directed to me by email, using the address gdpe at itu dot dk.</p>
<p>Happy hacking!</p>
<p><a href="step7.html">Previous</a> | Next</p>
</body>
</html>