Skip to content

Instantly share code, notes, and snippets.

@mattjared
Created June 29, 2016 20:55
Show Gist options
  • Save mattjared/77abfa3464c2ad95cf7629f7521eed14 to your computer and use it in GitHub Desktop.
Save mattjared/77abfa3464c2ad95cf7629f7521eed14 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundation Practice</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.2.1/foundation.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Hello</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment