| <!DOCTYPE html> | |
| 
 | |
| <html> | |
| 
 | |
| <title>Blog Template</title> | |
| 
 | |
| <meta charset="UTF-8"> | |
| 
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 
 | |
| <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | |
| 
 | |
| 
 | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | |
| 
 | |
| <style> | |
| 
 | |
|     body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} | |
| 
 | |
| </style> | |
| 
 | |
| <!-- Navbar --> | |
| <div class="w3-top"> | |
|     <div class="w3-bar w3-dark-grey w3-card"> | |
|         <a href="" class="w3-bar-item w3-button w3-padding-large">Home</a> | |
|         <a href="about" class="w3-bar-item w3-button w3-padding-large w3-hide-small">About</a> | |
|         <a href="categories" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Categories</a> | |
|     </div> | |
| </div> | |
| 
 | |
| <body class="w3-light-grey"> | |
| <div class="w3-content w3-padding-64" style="max-width:1400px"> |