-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 2.25 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>State of Nuclear Fusion - 2025</title>
<meta name="description"
content="A website that tracks the state of nuclear fusion companies in 2025." />
<meta property="og:title" content="State of Nuclear Fusion - 2025" />
<meta property="og:description"
content="A website that tracks the state of nuclear fusion companies in 2025." />
<meta property="og:image" content="https://fusion.vasa.bio/preview.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="State of Nuclear Fusion - 2025" />
<meta name="twitter:description"
content="A website that tracks the state of nuclear fusion companies in 2025." />
<meta name="twitter:image" content="https://fusion.vasa.bio/preview.png" />
<link rel="icon" href="https://fusion.vasa.bio/favicon.ico" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GWGVHWRDMC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GWGVHWRDMC');
</script>
<style>
body {
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.embed-container {
flex: 1;
padding: 0px;
}
.airtable-embed {
display: block;
background: transparent;
border: 1px solid #ccc;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>
</head>
<body>
<div class="embed-container">
<iframe
class="airtable-embed"
src="https://airtable.com/embed/appOHwFHEqqzve9mo/shr1m4f07yP2WrPjS?viewControls=on"
frameborder="0"
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc;">
</iframe>
</div>
</body>
</html>