Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <meta charset="UTF-8">
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  4. <link rel="stylesheet" href="index.css">
  5. <link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
  6. <title>ofir's blog homepage</title>
  7. <body>
  8. <!-- Navigation -->
  9. <nav class="w3-bar w3-green">
  10. <a href="index.html" class="w3-button w3-bar-item">Homepage</a>
  11. <a href="http://ofir29200.rf.gd/forums.html" class="w3-button w3-bar-item">My forums</a>
  12. <a href="http://ofir29200.rf.gd/blog.html" class="w3-button w3-bar-item">My blog</a>
  13. <a href="http://ofir29200.rf.gd/speedtest.html" class="w3-button w3-bar-item">speedtest</a>
  14. <a href="videos.html" class="w3-button w3-bar-item">videos</a>
  15. <a href="screen.html" class="w3-button w3-bar-item">screen adjustment</a>
  16. </nav>
  17. <center>
  18. <h1 style="font-family: 'Roboto', sans-serif;">
  19. <font size="20">Ofir's blog</font>
  20. </h1>
  21. </center>
  22. <center>
  23. <p>
  24. <img src="Logo.png">
  25. </p>
  26. </center>
  27. <!-- Footer -->
  28. <footer class="w3-container w3-padding-64 w3-center w3-black w3-xlarge">
  29. <a href="#"><i class="fa fa-facebook-official"></i></a>
  30. <a href="#"><i class="fa fa-pinterest-p"></i></a>
  31. <a href="#"><i class="fa fa-twitter"></i></a>
  32. <a href="#"><i class="fa fa-flickr"></i></a>
  33. <a href="#"><i class="fa fa-linkedin"></i></a>
  34. <p class="w3-medium">
  35. Powered by <a href="http://ofir29200.rf.gd" target="_blank">ofir's blog</a>
  36. </p>
  37. </footer>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement