-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 977 Bytes
/
Copy pathindex.html
File metadata and controls
37 lines (35 loc) · 977 Bytes
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
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./index.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Questrial:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap"
/>
</head>
<body>
<div class="splash-screen-1-logo-view">
<img
class="oe-project-002-1"
alt=""
src="./public/oe-project-002-1@2x.png"
id="oEProject0021"
/>
</div>
<script>
var oEProject0021 = document.getElementById("oEProject0021");
if (oEProject0021) {
oEProject0021.addEventListener("click", function (e) {
window.location.href = "./login.html";
});
}
</script>
</body>
</html>