Added build stuff

This commit is contained in:
2021-02-10 09:43:10 +00:00
parent b77c3f8e89
commit 0847d58bda
5 changed files with 59 additions and 15 deletions

33
index.html Normal file
View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Talks</title>
<style>
body {
display: flex;
flex-direction: column;
text-align: center;
font-size: 2em;
font-family: monospace;
background-color: gainsboro;
}
a {
color: tomato !important;
}
</style>
</head>
<body>
<h1>Marcus Noble - Talks</h1>
<figure>
<iframe src="/PersonalInfrastructure" width="500px" height="300px"></iframe>
<figcaption>
<a href="/PersonalInfrastructure">Personal Infrastructure</a>
</figcaption>
</figure>
</body>
</html>