Updated HTML templates to make use of CSS-styled IE header and footer

This commit is contained in:
2026-05-22 22:33:18 -04:00
parent 4ec21b9d28
commit 3e2954a547
2 changed files with 66 additions and 45 deletions
+21 -11
View File
@@ -5,9 +5,9 @@
<title> <title>
[ $title$ | easthighNerd ] [ $title$ | easthighNerd ]
</title> </title>
<link href="/res/css/default.css" rel="stylesheet"> <link href="/res/css/default.css" rel="stylesheet">
<link href="/res/img/favicon.gif" rel="icon" type="image/gif"> <link href="/res/img/favicon.gif" rel="icon" type="image/gif">
<link rel="me" href="https://raru.re/@easthighNerd"> <link rel="me" href="https://raru.re/@easthighNerd">
</head> </head>
<body class="window"> <body class="window">
<div class="window_bar"> <div class="window_bar">
@@ -17,14 +17,25 @@
<a href="/home/" class="close_button"> <a href="/home/" class="close_button">
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button"> <img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
</a> </a>
<a href="/blog/" class="back_button">
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button">
</a>
<div class="explorer_bar_top"> <div class="explorer_bar_top">
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px"> <div class="menu_bar">
<p> <p>
https://www.easthighnerd.net/ File&emsp;Edit&emsp;View&emsp;Favorites&emsp;Tools&emsp;Help
</p> </p>
</div>
<div class="navigation_bar">
<p>
<a href="/blog/" class="back_button">
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button">
Back
</a>
</p>
</div>
<div class="address_bar">
<p>
https://www.easthighnerd.net/
</p>
</div>
</div> </div>
</div> </div>
<div class="window_content"> <div class="window_content">
@@ -40,7 +51,6 @@
</p> </p>
</div> </div>
<div class="explorer_bar_bottom"> <div class="explorer_bar_bottom">
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
<p> <p>
https://www.easthighnerd.net/ https://www.easthighnerd.net/
</p> </p>
+45 -34
View File
@@ -1,37 +1,48 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title> <title>
[ $title$ | easthighNerd ] [ $title$ | easthighNerd ]
</title> </title>
<link href="/res/css/default.css" rel="stylesheet"> <link href="/res/css/default.css" rel="stylesheet">
<link href="/res/img/favicon.gif" rel="icon" type="image/gif"> <link href="/res/img/favicon.gif" rel="icon" type="image/gif">
<link rel="me" href="https://raru.re/@easthighNerd"> <link rel="me" href="https://raru.re/@easthighNerd">
</head> </head>
<body class="window"> <body class="window">
<div class="window_bar"> <div class="window_bar">
<p> <p>
$title$ $title$
</p> </p>
<a href="/home/" class="close_button"> <a href="/home/" class="close_button">
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button"> <img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
</a> </a>
<div class="explorer_bar_top"> <div class="explorer_bar_top">
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px"> <div class="menu_bar">
<p> <p>
https://www.easthighnerd.net/ File&emsp;Edit&emsp;View&emsp;Favorites&emsp;Tools&emsp;Help
</p> </p>
</div> </div>
</div> <div class="navigation_bar">
<div class="window_content"> <p>
$body$ <img src="/res/img/back.png" width="23px" height="23px" alt="Back button" style="filter: grayscale(1)">
</div> Back
<div class="explorer_bar_bottom"> </p>
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px"> </div>
<p> <div class="address_bar">
https://www.easthighnerd.net/ <p>
</p> https://www.easthighnerd.net/
</div> </p>
</body> </div>
</div>
</div>
<div class="window_content">
$body$
</div>
<div class="explorer_bar_bottom">
<p>
https://www.easthighnerd.net/
</p>
</div>
</body>
</html> </html>