diff options
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 |