removing CoreUi bloat
This commit is contained in:
@@ -1,32 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
* CoreUI - Angular 15 Free Admin Template
|
||||
* @version v4.3.0
|
||||
* @link https://coreui.io/angular/
|
||||
* Copyright (c) 2017-2022 creativeLabs Łukasz Holeczek
|
||||
* License: MIT
|
||||
-->
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="./">
|
||||
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
|
||||
<meta content="CoreUI Free Angular Admin Template" name="description" />
|
||||
<meta content="Łukasz Holeczek" name="author" />
|
||||
<meta
|
||||
content="CoreUI,Bootstrap,Admin,Template,Free,Angular,Dashboard,Typescript"
|
||||
name="keyword"
|
||||
/>
|
||||
<link href="assets/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<title>CoreUI Free Angular Admin Template</title>
|
||||
<title>App</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<app-root>
|
||||
<div class="fade show" style="text-align: center; padding-top: calc(100vh / 2); height: 100vh">
|
||||
<i class="spinner-grow spinner-grow-sm"></i>
|
||||
<span class="m-1">Loading...</span>
|
||||
</div>
|
||||
</app-root>
|
||||
<app-root></app-root>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user