diff options
author | EuAndreh <eu@euandre.org> | 2024-09-26 12:55:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-26 12:57:05 -0300 |
commit | 83b7e28f88548f5dd2d8b8b4d1361e0df61f3a54 (patch) | |
tree | 8ec2bb98c3b7905b150819ed229ff13aa8182e06 /blog.html | |
parent | Merge remote-tracking branch 'contrib/main' (diff) | |
download | papo.im-83b7e28f88548f5dd2d8b8b4d1361e0df61f3a54.tar.gz papo.im-83b7e28f88548f5dd2d8b8b4d1361e0df61f3a54.tar.xz |
Integrate Laísse's code
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/blog.html b/blog.html deleted file mode 100644 index d34e512..0000000 --- a/blog.html +++ /dev/null @@ -1,33 +0,0 @@ -<!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 |