Skip to content

Instantly share code, notes, and snippets.

View imran-uk's full-sized avatar
🏠
Working from home

Imran Chaudhry imran-uk

🏠
Working from home
View GitHub Profile
@prisskreative
prisskreative / 1-Basic HTML5 Page Template.html
Last active January 22, 2021 00:36
Basic HTML5 Page Template
<!doctype html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Default Page Title</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="styles.css">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!--[if lt IE 9]>