Skip to content

Instantly share code, notes, and snippets.

View paulohfev's full-sized avatar
👊

Paulo Henrique Evangelista paulohfev

👊
View GitHub Profile
@paulohfev
paulohfev / html-head-boilerplate.html
Created July 2, 2021 20:53 — forked from nunosans/html-head-boilerplate.html
HTML Head Boilerplate & Reference
<!doctype html>
<html>
<head>
<!-- Priority tags. These must come first. -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge; chrome=1"> <!-- Render Chrome if available or using latest version of Internet Explorer (Recommended). -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- Document Title -->
<title>Page Title</title>
<!-- Allows control over where resources are loaded from. Place as early in the document as possible, only applies to content below this tag. -->