-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.61 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
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>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VanData Github IO</title>
</head>
<body>
<h1>
VanData Github IO Page
</h1>
<ul>
<li>
<a href="comment_remover.html" title="Comment Remover">
SQL Comment Remover
</a>
</li>
<li>
<a href="remove_csharp_comments.html">
Remove C# comments
</a>
</li>
<li>
<a href="csv_pkey_finder.html" title="CSV ">
CSV PKEY Finder
</a>
</li>
<li>
<a href="extrawhitespace_remover.html">
White Space Remover
</a>
</li>
<li>
<a href="color_picker.html">
Color Picker
</a>
</li>
<li>
<a href="diff_checker/index.html">
Diff Checker
</a>
</li>
<li>
<a href="final_exam_grade_calculator.html">
Final Exam Grade Calculator
</a>
</li>
</ul>
<p>
By browsing the site www.vandataconsulting.com, you are agree to allow us to store cookies on your computer. You are able to opt out of our cookie policy by simply scrolling to the bottom of the page and changing the cookie settings.
</p>
</body>
</html>