Skip to content

Instantly share code, notes, and snippets.

@mitjafelicijan
Last active November 30, 2019 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitjafelicijan/0275e8bea7fe238179dfed2a911f918e to your computer and use it in GitHub Desktop.
Save mitjafelicijan/0275e8bea7fe238179dfed2a911f918e to your computer and use it in GitHub Desktop.
Spartan UI Kit 2.0.0 Boilerplate
<!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