Skip to content

Instantly share code, notes, and snippets.

@WitkowskiMichau
Created June 1, 2018 08:00
Show Gist options
  • Save WitkowskiMichau/92b85737974b80c2021095f23a5074c9 to your computer and use it in GitHub Desktop.
Save WitkowskiMichau/92b85737974b80c2021095f23a5074c9 to your computer and use it in GitHub Desktop.
Header in correct order
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,user-scalable=yes"/>
<title>Very slow website</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="styles.css"/>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment