Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created August 7, 2018 18:13
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 NishuGoel/8f56fa4dc3bfe26eab953421c7f587f2 to your computer and use it in GitHub Desktop.
Save NishuGoel/8f56fa4dc3bfe26eab953421c7f587f2 to your computer and use it in GitHub Desktop.
[<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pract</title>
<base href="/">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha3-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment