-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (18 loc) · 705 Bytes
/
index.html
File metadata and controls
37 lines (18 loc) · 705 Bytes
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
<html>
<head>
<title>Intro to JavaScript</title>
<script> alert("Hello World"); </script>
</head>
<body>
<h1>Hello World! this is my github page...</h1>
<a href="unit04/stockvariable.html">Stock Variable</a> <br>
<a href="unit05/fortuneteller.html">Fortune Teller</a> <br>
<a href="unit05/SomeEvents.html">Some Events</a> <br>
<a href="unit06/NumberCheck.html">Number Check</a> <br>
<a href="unit06/AreaCodes.html">Area Codes</a> <br>
<a href="unit07/Questionnaire.html">Questionnaire</a> <br>
<a href="unit08/canvas.html">Canvas</a> <br>
<a href="unit09/Jquery.html">Jquery</a> <br>
<a href="unit10/Jqueryevents.html">Event and Effect</a> <br>
</body>
</html>