Skip to content

Instantly share code, notes, and snippets.

View Vitineth's full-sized avatar

Ryan Delaney Vitineth

View GitHub Profile
@Vitineth
Vitineth / base.html
Created August 27, 2018 19:14
Empty HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>[index]</title>
<link href="index.css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="index.js"></script>
</head>
<body>