diff options
author | EuAndreh <eu@euandre.org> | 2024-09-13 11:04:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-13 11:04:31 -0300 |
commit | dd9c16d6b7a38e8a230e87698dd816aa84e69b37 (patch) | |
tree | 75edfe7a39a58ae3edb97bf933e3b85990313364 /blog.html | |
parent | Setup structure skeleton (diff) | |
parent | add missing section (diff) | |
download | papo.im-dd9c16d6b7a38e8a230e87698dd816aa84e69b37.tar.gz papo.im-dd9c16d6b7a38e8a230e87698dd816aa84e69b37.tar.xz |
Merge remote-tracking branch 'contrib/main'
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 |