-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 905 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>Reddit Programming Challenges</title>
</head>
<body>
<h1>Daily Programming Challenges</h1>
<p>Here is a list of Reddit's Daily Programming challenges completed by me in JavaScript:</p>
<h3>Easy:</h3>
<ul>
<li><a href="easy/1/html/index.html">Day 1</a></li>
<li><a href="easy/2/html/index.html">Day 2</a></li>
<li><a href="easy/3/html/index.html">Day 3</a></li>
<li><a href="easy/4/html/index.html">Day 4</a></li>
<li><a href="easy/5/html/index.html">Day 5</a></li>
<li><a href="easy/6/html/index.html">Day 6</a></li>
<li><a href="easy/7/html/index.html">Day 7</a></li>
<li><a href="easy/8/html/index.html">Day 8</a></li>
<li><a href="easy/9/html/index.html">Day 9</a></li>
<li><a href="easy/10/html/index.html">Day 10</a></li>
</ul>
<p><a href="../">Back</a></p>
</body>
</html>