getting rid of the annoying URL.com/thing.html

This commit is contained in:
cowmonk 2025-10-11 11:59:15 -07:00
parent 03b6d1971a
commit 29a4e3993b
5 changed files with 22 additions and 22 deletions

View file

@ -13,7 +13,7 @@
<body> <body>
<header> <header>
<nav class="main-site-nav"> <nav class="main-site-nav">
<a href="../index.html">&lt;- Back to Main Page</a> <a href="../">&lt;- Back to Main Page</a>
</nav> </nav>
<h1>cowmonk's random blogs <a href="atom.xml"> <img src="../assets/images/rss.png" height="20" style="vertical-align: -4px;" /> </a></h1> <h1>cowmonk's random blogs <a href="atom.xml"> <img src="../assets/images/rss.png" height="20" style="vertical-align: -4px;" /> </a></h1>
<p> <p>

View file

@ -15,10 +15,10 @@
<h1>cowmonk's Digital Lair ~]#</h1> <h1>cowmonk's Digital Lair ~]#</h1>
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
<nav id="main-nav"> <nav id="main-nav">
<a href="index.html">About</a> <a href="../">About</a>
<a href="projects.html">Projects</a> <a href="../projects/">Projects</a>
<a href="blog/index.html">Blog</a> <a href="../blog/">Blog</a>
<a href="interests.html">Interests</a> <a href="../interests/">Interests</a>
<a href="#credits" class="active-nav-item">Credits</a> <a href="#credits" class="active-nav-item">Credits</a>
</nav> </nav>
</header> </header>

View file

@ -16,10 +16,10 @@
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
<nav id="main-nav"> <nav id="main-nav">
<a href="#about" class="active-nav-item">About</a> <a href="#about" class="active-nav-item">About</a>
<a href="projects.html">Projects</a> <a href="projects/">Projects</a>
<a href="blog/index.html">Blog</a> <a href="blog/">Blog</a>
<a href="interests.html">Interests</a> <a href="interests/">Interests</a>
<a href="credits.html">Credits</a> <a href="credits/">Credits</a>
</nav> </nav>
</header> </header>

View file

@ -15,11 +15,11 @@
<h1>cowmonk's Digital Lair ~]#</h1> <h1>cowmonk's Digital Lair ~]#</h1>
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
<nav id="main-nav"> <nav id="main-nav">
<a href="index.html">About</a> <a href="../">About</a>
<a href="projects.html">Projects</a> <a href="../projects/">Projects</a>
<a href="blog/index.html">Blog</a> <a href="../blog/">Blog</a>
<a href="#other-things" class="active-nav-item">Interests</a> <a href="#other-things" class="active-nav-item">Interests</a>
<a href="credits.html">Credits</a> <a href="../credits/">Credits</a>
</nav> </nav>
</header> </header>

View file

@ -4,22 +4,22 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>cowmonk's Place</title> <title>cowmonk's Place</title>
<link rel="stylesheet" href="main.css" /> <link rel="stylesheet" href="../main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="../assets/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="32x32" href="../assets/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png" /> <link rel="icon" type="image/png" sizes="16x16" href="../assets/images/favicon-16x16.png" />
<link rel="manifest" href="assets/images/site.webmanifest" /> <link rel="manifest" href="../assets/images/site.webmanifest" />
</head> </head>
<body> <body>
<header> <header>
<h1>cowmonk's Digital Lair ~]#</h1> <h1>cowmonk's Digital Lair ~]#</h1>
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p> <p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
<nav id="main-nav"> <nav id="main-nav">
<a href="index.html">About</a> <a href="../">About</a>
<a href="#projects" class="active-nav-item">Projects</a> <a href="#projects" class="active-nav-item">Projects</a>
<a href="blog/index.html">Blog</a> <a href="../blog/">Blog</a>
<a href="interests.html">Interests</a> <a href="../interests/">Interests</a>
<a href="credits.html">Credits</a> <a href="../credits/">Credits</a>
</nav> </nav>
</header> </header>