Skip to content

Instantly share code, notes, and snippets.

@dkreider
Created July 12, 2019 15:10
Show Gist options
  • Save dkreider/594c51cedd624ffaf19fa0ec14cd658f to your computer and use it in GitHub Desktop.
Save dkreider/594c51cedd624ffaf19fa0ec14cd658f to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HelloWorld</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
</head>
<body>
<app-root></app-root>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment