Skip to content

Instantly share code, notes, and snippets.

@viniciusgati
Forked from Miserlou/semantic-2.2.9.html
Created September 21, 2018 12:24
Show Gist options
  • Save viniciusgati/4bef0140dec13ef90edb082ce1dce0f4 to your computer and use it in GitHub Desktop.
Save viniciusgati/4bef0140dec13ef90edb082ce1dce0f4 to your computer and use it in GitHub Desktop.
Semantic UI 2.2.9 CDN Starter
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Semantic UI CDN</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.js"></script>
</head>
<body>
<!-- Your Semantic UI Code -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment