-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (31 loc) · 1.4 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8"/>
<title>Lambda Study Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="theme-color" content="#c070a0"/>
<meta name="Description" content="Nosso grupão mais top e funcional do telegram."/>
<meta property="og:url" content="https://lambda-study-group.github.io/"/>
<meta property="og:type" content="site"/>
<meta property="og:title" content="Lambda Study Group"/>
<meta property="og:description" content="Nosso grupão mais top e funcional do telegram."/>
<meta property="og:image" content="https://lambda-study-group.github.io/assets/logo.png"/>
<meta name="twitter:card" content="summary"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="shortcut icon" href="/assets/logo.png">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Ropa+Sans|Rhodium+Libre&display=swap"
rel="stylesheet">
</head>
<body>
<div id="elm-code"></div>
<script src="elm.js"></script>
<script>
Elm.Main.init({ node: document.getElementById("elm-code")});
</script>
</body>
</html>