Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created March 4, 2017 00:46
Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save Miserlou/0438c04ce8967672bf64811002d77c1e to your computer and use it in GitHub Desktop.
Save Miserlou/0438c04ce8967672bf64811002d77c1e 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>
@vrogueon
Copy link

Thank you so much, dude!

@swdqa
Copy link

swdqa commented Jun 14, 2018

Awesome!

@Guillaume000
Copy link

Thank you so much :D

@mulvster
Copy link

Thank you!

@shaddyshad
Copy link

Amazing!

@agoulziprod
Copy link

life savior!

@ming2540
Copy link

Thank you!

@oladimillion
Copy link

Thanks

@Renuka8796
Copy link

<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.js"></script>

Instead of cloudlfare.com, I want replacement because my office proxy is not allowing to download the css

@praisedpk
Copy link

praisedpk commented Jul 14, 2019

@Renuka8796 you can try the below Semantic UI CDN:

<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8" />
    <title>Semantic UI CDN</title>
    <link rel="stylesheet" href="https://pagecdn.io/lib/semantic-ui/2.2.9/semantic.min.css"/>
    <script src="https://pagecdn.io/lib/jquery/3.1.1/jquery.min.js"></script>
    <script src="https://pagecdn.io/lib/semantic-ui/2.2.9/semantic.min.js"></script>
</head>
<body>
      <!-- Your Semantic UI Code -->
</body>
</html>

@tinashy
Copy link

tinashy commented Sep 12, 2019

Much appreciated :)

@gyan111
Copy link

gyan111 commented Feb 28, 2020

Is there anyway we can use theming with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment