diff options
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..d34e512 --- /dev/null +++ b/blog.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link rel="shortcut icon" type="image/svg" href="assets/favicon.svg"> + <link rel="stylesheet" href="css/style.css"> + + <title>Papo - Chat With Freedom</title> + </head> + + <body> + <header> + <nav class="navbar"> + <a href="/"> + <img class="nav_logo" src="assets/logo.svg" alt="product logo"/> + </a> + <ul class="nav_links"> + <li><a href="/about.html">About</a></li> + <li><a href="blog.html">Blog</a></li> + <li><a href="/pricing.html">Pricing</a></li> + </ul> + <div> + <button class="login basic_button">Log in</button> + <button class="sign_up basic_button">Register</button> + </div> + </nav> + </header> + <main></main> + <footer></footer> + </body> +</html>
\ No newline at end of file |