-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoops.html
30 lines (22 loc) · 1.01 KB
/
oops.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Necmettin Kardeşen</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/jpg" href="necmettin.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:ital,wght@1,300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<a class="me-link" href="index.html">Homepage</a>
<img class="top-cloud" src="CSS - My Site Images/cloud.png" alt="cloud-img">
<h1>OOPS!</h1>
<p class="topp">Not available at the moment.</p>
<img class="bottom-cloud" src="CSS - My Site Images/cloud.png" alt="cloud-img">
<img class="mountain" src="CSS - My Site Images/mountain.png" alt="mountain-img">
</div>
</body>
</html>