-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhackathon.html
More file actions
33 lines (27 loc) · 1.08 KB
/
hackathon.html
File metadata and controls
33 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Embla bot hackathon</title>
<link rel="shortcut icon" href="/logo-on-bg-900x900.png">
<link rel="apple-touch-icon" href="/logo-on-bg-900x900.png">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="/hackathon/styles.css">
</head>
<body>
<div class="container-fluid">
<div class="-header -header-full-page row -center">
<div class="col-sm-12">
<a href="https://medium.com/emblatech" class="-embla">
<img class="-logo-big" src="/hackathon/hackathon-banner.png" alt="">
</a>
<!-- <h1 class="-h1">Embla Tech</h1> -->
</div>
</div>
</div>
</body>
</html>