-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.31 KB
/
Copy pathindex.html
File metadata and controls
34 lines (33 loc) · 1.31 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Welcome To Hoshang's Project</title>
</head>
<body>
<div class="container">
<ol>
<li><a href="memoryGame/index.html">memoryGame</a></li>
<li><a href="tictactoeUU/index.html">tictactoe - User VS User</a></li>
<li><a href="tictactoeBU/index.html">tictactoe - User VS Bot</a></li>
<li><a href="thumb/index.html">Thumbnail Generator for YT</a></li>
<li>
<a href="numSolvePuzzle3x3/index.html">Solve Numbers Position 3X3</a>
</li>
<li>
<a href="numSolvePuzzle4x4/index.html">Solve Numbers Position 4X4</a>
</li>
<li><a href="paragraphFormatter/index.html">Paragraph Formatter</a></li>
<li><a href="dislikeChecker/index.html">Youtube Dislike Checker</a></li>
<li><a href="htmlCompiler/index.html">HTML, CSS & JS Compiler</a></li>
<li><a href="pasteImage/index.html">Paste Image from Clipboard</a></li>
<li>
<a href="imageBulkDownloader/index.html">Image Bulk Downloader</a>
</li>
</ol>
</div>
</body>
</html>