Skip to content

Instantly share code, notes, and snippets.

View danfascia's full-sized avatar
🎲
Dabbling

danfascia

🎲
Dabbling
View GitHub Profile
@danfascia
danfascia / index.html
Last active January 10, 2019 22:23 — forked from jonathan-soifer/index.html
Very basic boilerplate Index.html for Hugo Static Website Generator
<!DOCTYPE html>
<html lang="en" />
<head>
<!-- Set character encoding for the document -->
<meta charset="UTF-8" />
<!-- Instruct Internet Explorer to use its latest rendering engine -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- Viewport for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1" />