-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 1.42 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
<!DOCTYPE HTML>
<html>
<head>
<title>CubicInfinity</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1" http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'" />
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8"/>
<style>
iframe {
width: min(95vw, 720px);
height: min(53.4375vw, 405px);
border: 0;
}
</style>
</head>
<body style="background:black;">
<div style="margin:auto; max-width:100%; margin-top:3em; text-align:center;">
<div style="padding:3em 0em;">
<iframe src="https://www.youtube.com/embed/3BN_BjHyDX0?si=_5fcz7PuJxCS2Byk" title="Normal Sudoku Rules Apply (YouTube video player)" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div style="padding:3em 0em;">
<iframe src="https://www.youtube.com/embed/Wjm0i9mXTMI?si=zpin9W4GiKkd7viG" title="Playing with Strudel (YouTube video player)" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div style="padding:2em 0em; color:gold;">
<a href="https://slumpvirus.com">slumpvirus.com</a>
</div>
</div>
</body>
</html>