-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.27 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.27 KB
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 lang="en">
<script type="text/javascript">
if (screen.width >= 1000) {
document.location = "browser";
}
</script>
<!-- Head -->
<head>
<!-- Meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="icon" href="icon.png" />
<title>Orbitar</title>
<!-- /Meta -->
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" />
<!-- Fadein -->
<link rel="stylesheet" href="css/fadein.css" />
</head>
<!-- /Head -->
<!-- Body -->
<body class="o-app-body">
<!-- Main -->
<main role="main" class="container fade-in">
<img src="assets/slogan.png" class="o-app-slogan" />
<a href="ar"><img src="assets/logo.png" class="o-app-logo"/></a>
<a href="ar"><img src="assets/scan-solo.png" class="o-app-scan"/></a>
</main>
<!-- /Main -->
</body>
<!-- /Body -->
</html>