-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascripts.html
More file actions
23 lines (22 loc) · 1.5 KB
/
Copy pathjavascripts.html
File metadata and controls
23 lines (22 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="mystyle.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>My javascript projects belong here.</h1>
<p>Here I have my links to projects I have done</p>
<a href="https://www.khanacademy.org/computer-programming/arias_bitmoji/6004651180474368">My link to my Bitmoji</a> <br>
<a href="https://www.khanacademy.org/computer-programming/spin-off-of-arias_danicngg_bitmoji/5633297520312320">My link to my dancing Bitmoji</a> <br>
<a href="https://www.khanacademy.org/computer-programming/spin-off-of-arias_resizing_bitmoji/5663469384548352">My link to my resizing bitmoji</a> <br>
<a href="https://www.khanacademy.org/computer-programming/assignment-5/5254597591220224">My link to Decision Tree</a> <br>
<a href="https://www.khanacademy.org/computer-programming/dancing/6684041558147072">My link to dancing floor</a> <br>
<a href="https://www.khanacademy.org/computer-programming/dancing/6684041558147072">My link to a game</a> <br>
<a href="https://www.khanacademy.org/computer-programming/assignment-8/5829301194506240">My link to contacts</a> <br>
<a href="https://www.khanacademy.org/computer-programming/arias_mole-smash/6166358047637504">My link to my Mash program</a> <br>
<a href="https://www.khanacademy.org/computer-programming/arias_memory/5735040814333952">My link to my Memory game </a> <br>
</body>
</html>