-
Notifications
You must be signed in to change notification settings - Fork 0
/
Learning.html
30 lines (25 loc) · 943 Bytes
/
Learning.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learning</title>
</head>
<body>
<a href="/index.html">
<button type="button" id="backButton">⬅️ Back</button>
</a>
<div id="outer">
<h1>small projects I am currently making</h1>
<ul>
<li><a href="/css_formatter/css_format.html"> Css Formatter</a></li>
<li><a href="/temp_converter/temp_converter.html"> Temperature Converter</a></li>
<li><a href="/Dice_Roller/DiceRoller.html"> Dice Roller</a></li>
<li><a href="/randomPasswordGenerator/randomPasswordGenerator.html"> Random Password Generator</a></li>
<li><a href="/clock/Clock.html"> Clock</a></li>
<li><a href="/calculator/index.html"> Calculator</a></li>
<li><a href="/Rock-Paper-Scissors/index.html"> Rock-Paper-Scissors</a></li>
</ul>
</div>
</body>
</html>