We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d6af9 commit 71ae823Copy full SHA for 71ae823
frontend/src/index.html
@@ -6,10 +6,7 @@
6
<base href="/">
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<link rel="icon" type="image/x-icon" href="favicon.ico">
9
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
10
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
11
-<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
12
-<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
+
13
</head>
14
<body>
15
<app-root></app-root>
0 commit comments