Last active
November 30, 2019 13:50
-
-
Save mitjafelicijan/0275e8bea7fe238179dfed2a911f918e to your computer and use it in GitHub Desktop.
Spartan UI Kit 2.0.0 Boilerplate
This file contains hidden or 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> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Spartan UI Kit</title> | |
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/mitjafelicijan/spartan/dist/spartan-2.0.0.css"> | |
</head> | |
<body> | |
<!-- CODE GOES HERE --> | |
<script src="//cdn.jsdelivr.net/gh/mitjafelicijan/spartan/dist/spartan-2.0.0.js" async></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment