|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <!--
|
3 | 3 | * CoreUI - Free Bootstrap Admin Template
|
4 |
| -* @version v4.0.0-alpha.0 |
| 4 | +* @version v4.0.0-alpha.1 |
5 | 5 | * @link https://coreui.io
|
6 |
| -* Copyright (c) 2020 creativeLabs Łukasz Holeczek |
| 6 | +* Copyright (c) 2021 creativeLabs Łukasz Holeczek |
7 | 7 | * Licensed under MIT (https://coreui.io/license)
|
8 | 8 | -->
|
9 | 9 |
|
|
51 | 51 | gtag('config', 'UA-118965717-5');
|
52 | 52 | </script>
|
53 | 53 | </head>
|
54 |
| - <body class="c-app flex-row align-items-center"> |
55 |
| - <div class="container"> |
56 |
| - <div class="row justify-content-center"> |
57 |
| - <div class="col-md-6"> |
58 |
| - <div class="clearfix"> |
59 |
| - <h1 class="float-start display-3 mr-4">500</h1> |
60 |
| - <h4 class="pt-3">Houston, we have a problem!</h4> |
61 |
| - <p class="text-muted">The page you are looking for is temporarily unavailable.</p> |
62 |
| - </div> |
63 |
| - <div class="input-prepend input-group"> |
64 |
| - <div class="input-group-prepend"><span class="input-group-text"> |
65 |
| - <svg class="c-icon"> |
| 54 | + <body> |
| 55 | + <div class="bg-light min-vh-100 d-flex flex-row align-items-center"> |
| 56 | + <div class="container"> |
| 57 | + <div class="row justify-content-center"> |
| 58 | + <div class="col-md-6"> |
| 59 | + <div class="clearfix"> |
| 60 | + <h1 class="float-start display-3 me-4">500</h1> |
| 61 | + <h4 class="pt-3">Houston, we have a problem!</h4> |
| 62 | + <p class="text-medium-emphasis">The page you are looking for is temporarily unavailable.</p> |
| 63 | + </div> |
| 64 | + <div class="input-group"><span class="input-group-text"> |
| 65 | + <svg class="icon"> |
66 | 66 | <use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass"></use>
|
67 |
| - </svg></span></div> |
68 |
| - <input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="input-group-append"> |
69 |
| - <button class="btn btn-info" type="button">Search</button></span> |
| 67 | + </svg></span> |
| 68 | + <input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"> |
| 69 | + <button class="btn btn-info" type="button">Search</button> |
| 70 | + </div> |
70 | 71 | </div>
|
71 | 72 | </div>
|
72 | 73 | </div>
|
|
0 commit comments