Skip to content

Instantly share code, notes, and snippets.

View justin-john's full-sized avatar
🏠
Working from home

Justin John Mathews justin-john

🏠
Working from home
  • Kerala, India
View GitHub Profile
@justin-john
justin-john / layout.html
Last active August 29, 2015 14:27
Semantic HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test Frontend</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/main.js"></script>