Skip to content

Instantly share code, notes, and snippets.

@olton
Last active April 9, 2018 18:36
Show Gist options
  • Save olton/703fc0e2acdd8ccd9824150cc9337f8d to your computer and use it in GitHub Desktop.
Save olton/703fc0e2acdd8ccd9824150cc9337f8d to your computer and use it in GitHub Desktop.
Metro 4 template
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Metro 4 -->
<link rel="stylesheet" href="https://cdn.metroui.org.ua/v4/css/metro-all.min.css">
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery first, then Metro UI JS -->
<script src="//code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="//cdn.metroui.org.ua/v4/js/metro.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment