Skip to content

Commit

Permalink
fix: minor - spelling, quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Mar 15, 2022
1 parent ce2a2a4 commit 03edd2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
```

### Instalation
### Installation

``` bash
$ npm install
Expand Down
24 changes: 12 additions & 12 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
* License: MIT
-->
<!DOCTYPE html>
<html lang='en'>
<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 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'
content="CoreUI,Bootstrap,Admin,Template,Free,Angular,Dashboard,Typescript"
name="keyword"
/>
<link href='assets/favicon.ico' rel='icon' type='image/x-icon'>
<link href="assets/favicon.ico" rel="icon" type="image/x-icon">
<title>CoreUI Free Angular Admin Template</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

<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 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>
</body>
</html>

0 comments on commit 03edd2e

Please sign in to comment.