15 lines
504 B
HTML
15 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
|
|
<title>Post1</title>
|
|
</head>
|
|
<header>
|
|
<h1>First Post!</h1>
|
|
<nav>
|
|
|
|
<h1>The official Redditlike first post, posted by the one and the only Dangrain!</h1>
|
|
<h1>I have no idea what to write in this post, but it sure is a post</h1>
|
|
<h1>Oh, by the way, click here to look at our other posts</h1><a href="Redditlike.HTML">Home</a>
|
|
</nav>
|
|
</header>
|