Purge old references, add favicon

This commit is contained in:
Jimbo 2024-08-20 13:51:56 -04:00
parent a699489fa2
commit 622eb0ba3a
4 changed files with 5 additions and 8 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -6,12 +6,12 @@
<title>Jimbo's Files</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="footer.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta property="og:title" content="Jimbo's Files">
<meta property="og:description" content="All of Jimbo's services on one landing page.">
<meta property="og:image" content="https://www.bloxelcom.net/images/logos/bloxelcom-cable.png">
<meta property="og:image" content="https://jimbosfiles.com/images/copyright/profile.png">
<meta property="og:url" content="https://jimbosfiles.com">
</head>

View file

@ -21,7 +21,7 @@
poster="MY_VIDEO_POSTER.jpg"
data-setup='{"techOrder": ["html5", "flash"], "html5": {"hls": {"enableLowInitialPlaylist": true, "smoothQualityChange": true}}}'
>
<source src="/bloxelcom-cable/hls/BloxelesteGaming.m3u8" type="application/x-mpegURL" />
<source src="/streams/hls/jimbo.m3u8" type="application/x-mpegURL" />
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
@ -30,7 +30,7 @@
</video>
</div>
<div class="image-container" id="image-container" style="display:none;">
<img src="/images/offline/bloxeleste-gaming-offline.png" alt="Fallback Image" id="fallback-image">
<img src="/images/offline/jimbo-offline.png" alt="Fallback Image" id="fallback-image">
</div>
</div>
<script src="https://vjs.zencdn.net/8.10.0/video.min.js"></script>

View file

@ -4,6 +4,7 @@
* {
font-family: 'Ubuntu', sans-serif;
text-decoration: none; /* Removes the underline from links */
}
body {
@ -40,10 +41,6 @@ header img {
border-radius: 0.625em;
}
a.button-container {
text-decoration: none; /* Removes the underline from links */
}
.button-container {
display: flex;
flex-wrap: wrap; /* Allow wrapping of buttons to the next line */