-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (31 loc) · 950 Bytes
/
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
<html>
<title>Silverton.Palo-Alt.CA.us</title>
<style>
body {
background-color: black;
}
p {
color:white;
text-align:center;
}
a:link {
color: lightgray;
background-color: transparent;
text-decoration: underline;
}
a:visited{
color: gray;
background-color: transparent;
text-decoration: none;
}
.full-screen {
margin: auto;
height: 89vh;
width: 98vw;
}
</style>
<body>
<iframe class="full-screen" src="https://www.youtube.com/embed/wawMjJUCMVw" alt="" title="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p style="text-align: right;"><sub>"What is a number, that a man may know it; and a man, that he may know a number?"</sub></p>
</body>
</html>