-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.67 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
27
28
29
30
31
32
33
34
35
36
<!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">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
<script src="https://kit.fontawesome.com/6a8ff321a9.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" href="./478-computer-display-lineal.gif">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Exo+2&family=Fira+Sans&family=IBM+Plex+Sans:ital,wght@1,600&family=Mandali&family=Raleway:wght@300&family=Roboto:wght@100;300&display=swap" rel="stylesheet">
</head>
<body>
<script src="https://cdn.lordicon.com/xdjxvujz.js"></script>
<div class="container">
<div class="main">
<a href="./calcu/index.html">Calculator</a>
<a href="./projecto/Shop/index.html">SHoppEE</a>
<a href="./projecto/spacebo/index.html">SPACEBO</a>
</div>
</div>
<footer>
<h1>Made and maintained by 'Munkhsuld .B'</h1>
<div class="contact">
<div class="link"><a href="https://github.com/Jikr33" target="_"><i class="fa-brands fa-github"></i> github</a></div>
<div class="link"><a href="https://www.instagram.com/munkhsuld_fx" target="_"><i class="fa-brands fa-instagram"></i> instagram</a></div>
<div class="link"><a href="https://www.facebook.com/munkhsuld.t" target="_"><i class="fa-brands fa-facebook-f"></i> acebook</a></div>
</div>
</footer>
</body>
</html>