-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (25 loc) · 1.04 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
<!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="./styles.css">
<link rel="shortcut icon" href="./images/swedish flag.webp" type="image/x-icon">
<title id="page-title">Study in sweden</title>
</head>
<body>
<div class="flex">
<div class="container">
<p>✌️live and learn</p>
<p>the <span id="add">great</span> way</p>
</div>
</div>
<div class="icons">
<a href="https://github.com/TheMohit2003/Study-in-Sweden" target="_blank"><img src="./images/github-sign.png" alt="github" ></a>
<a href="https://www.linkedin.com/in/mohit-pardeshi-5792aa229/" target="_blank"><img src="./images/linkedin.png" alt="linkedin"></a>
</div>
<footer>This is the <a class="high" href="https://studyinsweden.se/">webpage</a> of which i have tried to make a copy of.</footer>
<script src="./app.js"></script>
</body>
</html>