Skip to content

Instantly share code, notes, and snippets.

View dtcristo's full-sized avatar

David Cristofaro dtcristo

View GitHub Profile
@dtcristo
dtcristo / index.html
Last active June 17, 2019 12:15
HTML5 document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Page Title</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script src="main.js"></script>