-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathTutorial.html
More file actions
executable file
·53 lines (34 loc) · 1.34 KB
/
Copy pathTutorial.html
File metadata and controls
executable file
·53 lines (34 loc) · 1.34 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
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=ISO-8859-1" />
<title>sketchPatch Tutorial</title>
<link href="./style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="page">
<div id="header_Tutorial">
<div id="menu">
<a href="./index.html"> home</a>|
<a href="./newSketch.html"> write a sketch</a>|
<a href="./mySketches.html"> my sketches</a>|
<a href="./gallery.html"> gallery</a>|
<a href="./Featured_artist.html"> featured artists</a>|
<a href="./about.html"> about</a>|
</div>
</div>
<div id="content">
<div id="footer"> <a href=""> Contact </a> | <a href=""> Site Map </a>|<a href=""> Credits </a> </div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8776965-1");
pageTracker._setDomainName(".sketchpatch.net");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>