-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
18 lines (18 loc) · 983 Bytes
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/mob_res_style.css">
<script src="https://kit.fontawesome.com/45e114222a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css">
<title>Atelier</title>
</head>
<body style="width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center;justify-content: center;" >
<h1 style="font-size: 150px;letter-spacing: 5px;" >404</h1>
<a href="./index.html"></a>
<button onclick="window.location.href='./index.html'" style="background-color: white;border-radius: 16px; padding: 7px 30px;border: none;"
><a style="text-decoration: none; color: black;" href="./index.html"><i class="fa-solid fa-arrow-left"></i> back</a></button>
</body>
</html>