Skip to content

Instantly share code, notes, and snippets.

View DaniWinter's full-sized avatar

Dani Winter DaniWinter

View GitHub Profile
@DaniWinter
DaniWinter / head.html
Created June 19, 2018 13:07 — forked from magsout/head.html
Minimum Web App <head> configuration
<!DOCTYPE html>
<html lang="fr" manifest="/manifeste.appcache">
<head>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta charset="UTF-8">
<!-- Meta SEO -->
<title>Web App</title>
<meta name="author" content="author">
<meta name="description" content="Description">
<!-- RWD -->