-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="stylesheet" href="style.css" />
<title>Preda Mihai \\ Faculty Projects</title>
</head>
<body>
<h1>Preda Mihai \\ Faculty Projects</h1>
<p>Some of my projects for faculty. </br>
If you landed here by mistake this is the best time to close the browser. 😂 </br>
Feel free to use my work if you need it.</p>
<ul>
<li><div><a href="/LFA">L-Sisteme</a></div> <div> - Limbaje Formale si Automate</div></li>
<li><div><a href="/TW1">KingTrivia</a></div><div> - Tehnici web</div></li>
<li><div><a href="/TW2">PongThat</a></div><div> - Tehnici web</div></li>
<li><div><a href="/flashcards/dist">Flashcards</a></div></li>
</ul>
<p class="bottom">Find me on Twitter <a href="https://twitter.com/mihai_code">@mihai_code</a></p>
</body>
</html>