-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
27 lines (27 loc) · 1.2 KB
/
index.html
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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Javascript Projects</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Javascript Projects</h1>
<div class="button">
<a href="Background Color/Background Color.html">Background Color</a>
<a href="Hex Code Generator/Change Hex Color.html">Hex Code Generator</a>
<a href="Quote Generator/Quote Generator.html">Quote Generator</a>
<a href="Change Blue Image to Yellow Image/ChangeBlueImgToYellowImg.html">Change Blue in an Image into Yellow</a>
<a href="Buttons with Divs/IceCream.html">Buttons with Divs</a>
<a href="Canvas/CanvasTextShape/CanvasTextShape.html">Canvas Texts and Shapes</a>
<a href="Canvas/InputAndEvents/InputAndEvents.html">Canvas Input and Events</a>
</div>
<div class="button">
<a href="Green Screen Web Page/GreenScreenWebpage.html">Green Screen Algorithm</a>
<a href="Filters Webpage/FiltersWebpage.html">Filters Webpage</a>
<a href="Pass The Message\PassTheMessage.html">Pass the Message</a>
<a href="Counter\Counter.html">Counter</a>
</div>
</body>
</html>