Skip to content

Instantly share code, notes, and snippets.

@rlingineni
Last active October 22, 2019 02:10
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 rlingineni/5a5533b37b2af543096edb38879e3a9a to your computer and use it in GitHub Desktop.
Save rlingineni/5a5533b37b2af543096edb38879e3a9a to your computer and use it in GitHub Desktop.
Semantic UI Hello World
<!DOCTYPE html>
<html>
<script src="js/semantic.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/semantic.min.css">
<head>
<title>Hello World!</title>
</head>
<body>
<div class="ui segment">
<p>This is an example of a simple HTML page with one paragraph.</p>
</div>
</body>
</html>
@rlingineni
Copy link
Author

After adding semantic ui to your css and js folders, copy this template to get the boilerplate html.

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