fantastic-garbanzo/Redditlikepost2.HTML
2023-07-21 20:45:31 +02:00

17 lines
709 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Post2</title>
</head>
<header>
<h1>What is this website about?</h1>
<nav>
<h1>Hello, this website is mostly so I can post stuff without any moderation or other problems</h1>
<h1>I might post here things like comics I draw, maybe projects I do, and some vlog footage or footage from the games I make</h1>
<h1>The point here is to create a website using only HTML, no PHP, not JavaScript, no nothing, pure HTML!</h1>
<h1>Basically understand this as a mini online journal. Thanks for reading!</h1>
<h1>Other posts are here:</h1><a href="Redditlike.HTML">Home</a>
</nav>
</header>