Update 'blog/my-blog-is-now-open.html'

This commit is contained in:
JaydenMW 2021-03-04 20:46:10 +00:00
parent ff8289ff18
commit bf9b7deb4e
1 changed files with 30 additions and 33 deletions

View File

@ -1,35 +1,32 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"><head> <html>
<meta charset="UTF-8"> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8">
<link rel="stylesheet" href="main.css" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="blog.css" type="text/css"> <link rel="stylesheet" href="main.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="feed.rss"> <link rel="stylesheet" href="blog.css" type="text/css">
<title>My blog is now open</title> <link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="feed.rss">
</head><body> <title>My blog is now open</title>
<div id="divbodyholder"> </head>
<div class="headerholder"><div class="header"> <body>
<div id="title"> <div id="divbodyholder">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~jaydenmw/blog/index.html">my tildelog</a></h1> <div class="headerholder"><div class="header">
<div id="description">a blog about tildes</div> <div id="title">
</div></div></div> <h1 class="nomargin"><a class="ablack" href="https://tilde.team/~jaydenmw/blog/index.html">my tildelog</a></h1>
<div id="divbody"><div class="content"> <div id="description">a blog about tildes</div>
<!-- entry begin --> </div></div></div>
<h3><a class="ablack" href="my-blog-is-now-open.html"> <div id="divbody"><div class="content">
My blog is now open <h3><a class="ablack" href="my-blog-is-now-open.html">
</a></h3> <p>My blog is now open</p>
<!-- bashblog_timestamp: #202103042040.36# --> </a></h3>
<div class="subtitle">March 04, 2021 &mdash; <div class="subtitle">March 04, 2021 &mdash;
~jaydenmw ~jaydenmw
</div> </div>
<!-- text begin --> <p>:D hi</p>
</div>
<p>:D hi</p> <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>
<!-- text end --> </div>
<!-- entry end --> </div>
</div> </body>
<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> </html>
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>