Skip to content

Instantly share code, notes, and snippets.

View Zerri's full-sized avatar
💭
Learning

Zerri Zerri

💭
Learning
View GitHub Profile
@grevory
grevory / html5-starter.html
Last active July 8, 2024 21:47
HTML5 Starter Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 Starter Template</title>
<meta name="description" content="Starter Template">
<meta name="author" content="Gregry Pike">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>