Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 lines
878 B

<!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">
<div class="w3-row">