some changes, added Statica review
This commit is contained in:
+22
-17
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="auto" data-theme="dark">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
@@ -29,16 +29,16 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)
|
||||
|
||||
Such a fun show.">
|
||||
<meta name="author" content="">
|
||||
<link rel="canonical" href="http://192.168.1.156:1313/music/207/">
|
||||
<link rel="canonical" href="https://thewittybanter.com/music/207/">
|
||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
||||
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
||||
<meta name="theme-color" content="#2e2e33">
|
||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/207/">
|
||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/music/207/">
|
||||
<noscript>
|
||||
<style>
|
||||
#theme-toggle,
|
||||
@@ -59,7 +59,7 @@ Such a fun show.">
|
||||
<header class="header">
|
||||
<nav class="header-nav">
|
||||
<div class="logo">
|
||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||
<div class="logo-switches">
|
||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||
@@ -85,28 +85,33 @@ Such a fun show.">
|
||||
</div>
|
||||
<ul id="menu" class="menu">
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
||||
<span>Welcome</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
||||
<span>Docs</span>
|
||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
||||
<span>Shows</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
||||
<a href="https://thewittybanter.com/music" title="Music">
|
||||
<span>Music</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
||||
<span>Reviews</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
||||
<span>Shows</span>
|
||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
||||
<span>Docs</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -185,7 +190,7 @@ Such a fun show.">
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
||||
|
||||
|
||||
|
||||
|
||||
+24
-19
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="auto" data-theme="dark">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
@@ -9,17 +9,17 @@
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="The music I’ve made solo, and gotten to be a part of… in no chronological order.">
|
||||
<meta name="author" content="">
|
||||
<link rel="canonical" href="http://192.168.1.156:1313/music/">
|
||||
<link rel="canonical" href="https://thewittybanter.com/music/">
|
||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
||||
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
||||
<meta name="theme-color" content="#2e2e33">
|
||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://192.168.1.156:1313/music/index.xml" title="rss">
|
||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/music/index.xml" title="rss">
|
||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/music/">
|
||||
<noscript>
|
||||
<style>
|
||||
#theme-toggle,
|
||||
@@ -40,7 +40,7 @@
|
||||
<header class="header">
|
||||
<nav class="header-nav">
|
||||
<div class="logo">
|
||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||
<div class="logo-switches">
|
||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||
@@ -66,28 +66,33 @@
|
||||
</div>
|
||||
<ul id="menu" class="menu">
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
||||
<span>Welcome</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
||||
<span>Docs</span>
|
||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
||||
<span>Shows</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
||||
<a href="https://thewittybanter.com/music" title="Music">
|
||||
<span class="active">Music</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
||||
<span>Reviews</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
||||
<span>Shows</span>
|
||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
||||
<span>Docs</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -124,12 +129,12 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
||||
<footer class="entry-footer">
|
||||
|
||||
<span title='2026-08-01 04:24:46 +0000 UTC'>August 1, 2026</span> · <span>1 min</span></footer>
|
||||
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="http://192.168.1.156:1313/music/207/"></a>
|
||||
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="https://thewittybanter.com/music/207/"></a>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
<channel>
|
||||
<title>Music on TheWittyBanter.com</title>
|
||||
<link>http://192.168.1.156:1313/music/</link>
|
||||
<link>https://thewittybanter.com/music/</link>
|
||||
<description>Recent content in Music on TheWittyBanter.com</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Sat, 01 Aug 2026 04:24:46 +0000</lastBuildDate>
|
||||
<atom:link href="http://192.168.1.156:1313/music/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://thewittybanter.com/music/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>The Chicken Street Band</title>
|
||||
<link>http://192.168.1.156:1313/music/207/</link>
|
||||
<link>https://thewittybanter.com/music/207/</link>
|
||||
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
||||
<guid>http://192.168.1.156:1313/music/207/</guid>
|
||||
<guid>https://thewittybanter.com/music/207/</guid>
|
||||
<description><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
||||
<hr>
|
||||
<h2 id="207-maine">207 Maine</h2>
|
||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||
<source src="http://192.168.1.156:1313/videos/207.mp4" type="video/mp4">
|
||||
<source src="https://thewittybanter.com/videos/207.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)</h2>
|
||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||
<source src="http://192.168.1.156:1313/videos/wait.mp4" type="video/mp4">
|
||||
<source src="https://thewittybanter.com/videos/wait.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>http://192.168.1.156:1313/music/</title>
|
||||
<link rel="canonical" href="http://192.168.1.156:1313/music/">
|
||||
<title>https://thewittybanter.com/music/</title>
|
||||
<link rel="canonical" href="https://thewittybanter.com/music/">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=http://192.168.1.156:1313/music/">
|
||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/music/">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user