-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YWC19 Camper Bedrooms</title>
<link rel="icon" type="image/png" href="public/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;600&display=swap"
rel="stylesheet"
/>
<style>
html,
body {
padding: 0;
margin: 0;
}
h1 {
margin: 0;
}
p {
margin: 0;
}
body {
font-family: 'IBM Plex Sans Thai', sans-serif;
}
</style>
</head>
<body>
<div style="padding: 20px">
<h1>Camper Bedrooms</h1>
<p>Young Webmaster Camp 19 Powered by Jitta</p>
</div>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/appDYPtEmTXKylgBg/shrfYOaEZB7cARwnk?backgroundColor=greenLight&viewControls=on"
frameborder="0"
onmousewheel=""
width="100%"
height="100%"
style="min-height: 100vh; background: transparent"
></iframe>
</body>
</html>