-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 1.05 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 1.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background: #e2e2e2;
}
h1 {
font-family: sans-serif;
font: "Trebuchet MS";
font-size: 50px;
text-align: center;
color: #424242;
}
p {
font-family: sans-serif;
font: "Trebuchet MS";
font-size: 20px;
text-align: center;
color: #000000;
}
a {
font-family: sans-serif;
font: "Trebuchet MS";
font-size: 20px;
text-align: center;
color: #636363;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
</head>
<body>
<h1>Socially Awkward API</h1>
<div class="center" id="skripti">
<p><script src="app.js" type="module"></script></p>
</div>
<p>***</p>
<div style="text-align:center">
<a href="https://cgovdpwab9.execute-api.eu-north-1.amazonaws.com/awkward">Link to the Socially Awkward API</a>
</div>
</body>
</html>