-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 936 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
body {
font-family: 'Inter', sans-serif;
}
</style>
<script>
window.location.replace("https://danielerognini.github.io/TEST-FRONT-END/src/index.html");
</script>
<title>TEST-FRONT-END</title>
</head>
<body>
<div style="width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<h1>You are about to be redirected...</h1>
<p>If nothing happens <a href="src/index.html">click here</a>.</p>
</div>
</body>
</html>