Update 'blog/all_tags.html'

This commit is contained in:
JaydenMW 2021-03-04 20:50:49 +00:00
parent 6624b57215
commit 9fa7302e75
1 changed files with 30 additions and 23 deletions

View File

@ -1,25 +1,32 @@
<!DOCTYPE html>
<html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="feed.rss">
<title>my tildelog &mdash; all tags</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~jaydenmw/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3>all tags</h3>
<ul>
</ul>
<div id="all_posts"><a href="./index.html">back home</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~jaydenmw/">~jaydenmw</a> &mdash; <a href="mailto:jaydenmw&#64;tilde&#46;team">jaydenmw&#64;tilde&#46;team</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="feed.rss">
<title>my tildelog &mdash; all tags</title>
</head>
<body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~jaydenmw/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div>
</div>
</div>
<div id="divbody"><div class="content">
<h3>all tags</h3>
<ul>
</ul>
<div id="all_posts"><a href="./index.html">back home</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~jaydenmw/">~jaydenmw</a> &mdash; <a href="mailto:jaydenmw&#64;tilde&#46;team">jaydenmw&#64;tilde&#46;team</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div>
</div>
</body>
</html>