Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*
Access-Control-Allow-Origin: *

15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@
overflow: hidden;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
#bg-video {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
pointer-events: none;
background-color: #000;
}
</style>
<script src="static/datro/js/lazy.min.js">
Expand Down Expand Up @@ -118,6 +129,10 @@
<!-- google tracking code end -->
</head>
<body style="background-color:#333666;background:#333666;" data-role="page" onload="pageLoad()">
<video autoplay muted loop playsinline id="bg-video">
<source src="https://wayback.datro.xyz/2025-10-19_timeline-background_video_v0.0.1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<header id="mainWrapper">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<h1 class="v-h">Site Navigation</h1>
Expand Down
1 change: 1 addition & 0 deletions static/bpvsbuckler/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bpvsbuckler.datro.xyz
Loading