Last active
April 9, 2018 18:36
-
-
Save olton/703fc0e2acdd8ccd9824150cc9337f8d to your computer and use it in GitHub Desktop.
Metro 4 template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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