Inital Site
This commit is contained in:
parent
ade58006f7
commit
0032f8b892
4 changed files with 365 additions and 0 deletions
19
post1.html
Normal file
19
post1.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>My First Post - Fbi's Epic Blog</title>
|
||||
<link rel="stylesheet" href="readable.css"</link>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href=./index.html>Back Home</a>
|
||||
</nav>
|
||||
<h1> My First Post</h1>
|
||||
<p>
|
||||
<b> Hello world </b>
|
||||
</p>
|
||||
<p> This is my blog. I plan to talk about stuff where stuff is cool <a href="https://google.com">google</a> </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue