-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 792 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 792 Bytes
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Micky</title>
</head>
<body>
<h2>Projects List</h2>
<ul>
<li><a href="digitsgame/index.html" target="_blank">Digits Game</a></li>
<li>Battery Control</li>
<li>Night Lviv</li>
<li><a href="https://qms.one" target="_blank">Quality Medical Systerm</a></li>
<li><a href="https://f1mobile.herokuapp.com" target="_blank">F1 Mobile Calculator</a></li>
</ul>
<h2>About</h2>
<ul>
<li><a href="https://github.com/Miicky" target="_blank">Github</a></li>
<li><a href="https://itcompendium.blogspot.com/" target="_blank">Blog</a></li>
</ul>
</body>
</html>