mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
getting rid of the annoying URL.com/thing.html
This commit is contained in:
parent
03b6d1971a
commit
29a4e3993b
5 changed files with 22 additions and 22 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="main-site-nav">
|
<nav class="main-site-nav">
|
||||||
<a href="../index.html"><- Back to Main Page</a>
|
<a href="../"><- 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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue