-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
25 lines (24 loc) · 909 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>JSProjects by Neha</title>
<link rel="stylesheet" href="resources/css/main.css" />
</head>
<body>
<section class="container">
<h2>Javascript Projects</h2>
<ul class="main-list">
<li><a href="tipCalculator/index.html">Tip Calculator</a></li>
<li><a href="costSplit/index.html">Cost Spliter Calculator</a></li>
<li><a href="slider/index.html">Slider</a></li>
<li><a href="Tooltip/index.html">Tooltip</a></li>
<li><a href="Tooltip/index.html">Tooltip Demo 2</a></li>
<li><a href="colorPicker/index.html">Color Picker</a></li>
<li><a href="colorPicker/demo-2.html">Color Picker 2</a></li>
<li><a href="Progressbar/index.html">Progressbar</a></li>
</ul>
</section>
<script src="resources/js/index.js"></script>
</body>
</html>