1
+ <!DOCTYPE html>
2
+ <!--
3
+ * CoreUI - Free Bootstrap Admin Template
4
+ * @version v4.2.0
5
+ * @link https://coreui.io
6
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
+ * Licensed under MIT (https://coreui.io/license)
8
+ -->
9
+ < html lang ="en ">
10
+ < head >
11
+ < base href ="./ ">
12
+ < meta charset ="utf-8 ">
13
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
14
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, shrink-to-fit=no ">
15
+ < meta name ="description " content ="CoreUI - Open Source Bootstrap Admin Template ">
16
+ < meta name ="author " content ="Łukasz Holeczek ">
17
+ < meta name ="keyword " content ="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard ">
18
+ < title > CoreUI Free Bootstrap Admin Template</ title >
19
+ < link rel ="apple-touch-icon " sizes ="57x57 " href ="assets/favicon/apple-icon-57x57.png ">
20
+ < link rel ="apple-touch-icon " sizes ="60x60 " href ="assets/favicon/apple-icon-60x60.png ">
21
+ < link rel ="apple-touch-icon " sizes ="72x72 " href ="assets/favicon/apple-icon-72x72.png ">
22
+ < link rel ="apple-touch-icon " sizes ="76x76 " href ="assets/favicon/apple-icon-76x76.png ">
23
+ < link rel ="apple-touch-icon " sizes ="114x114 " href ="assets/favicon/apple-icon-114x114.png ">
24
+ < link rel ="apple-touch-icon " sizes ="120x120 " href ="assets/favicon/apple-icon-120x120.png ">
25
+ < link rel ="apple-touch-icon " sizes ="144x144 " href ="assets/favicon/apple-icon-144x144.png ">
26
+ < link rel ="apple-touch-icon " sizes ="152x152 " href ="assets/favicon/apple-icon-152x152.png ">
27
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="assets/favicon/apple-icon-180x180.png ">
28
+ < link rel ="icon " type ="image/png " sizes ="192x192 " href ="assets/favicon/android-icon-192x192.png ">
29
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="assets/favicon/favicon-32x32.png ">
30
+ < link rel ="icon " type ="image/png " sizes ="96x96 " href ="assets/favicon/favicon-96x96.png ">
31
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="assets/favicon/favicon-16x16.png ">
32
+ < link rel ="manifest " href ="assets/favicon/manifest.json ">
33
+ < meta name ="msapplication-TileColor " content ="#ffffff ">
34
+ < meta name ="msapplication-TileImage " content ="assets/favicon/ms-icon-144x144.png ">
35
+ < meta name ="theme-color " content ="#ffffff ">
36
+ <!-- Vendors styles-->
37
+ < link rel ="stylesheet " href ="vendors/simplebar/css/simplebar.css ">
38
+ < link rel ="stylesheet " href ="css/vendors/simplebar.css ">
39
+ <!-- Main styles for this application-->
40
+ < link href ="css/style.css " rel ="stylesheet ">
41
+ <!-- We use those styles to show code examples, you should remove them in your application.-->
42
+ < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /themes/prism.css "
>
43
+ < link href ="css/examples.css " rel ="stylesheet ">
44
+ <!-- Global site tag (gtag.js) - Google Analytics-->
45
+ < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3 "> </ script >
46
+ < script >
47
+ window . dataLayer = window . dataLayer || [ ] ;
48
+
49
+ function gtag ( ) {
50
+ dataLayer . push ( arguments ) ;
51
+ }
52
+ gtag ( 'js' , new Date ( ) ) ;
53
+ // Shared ID
54
+ gtag ( 'config' , 'UA-118965717-3' ) ;
55
+ // Bootstrap ID
56
+ gtag ( 'config' , 'UA-118965717-5' ) ;
57
+ </ script >
58
+ </ head >
59
+ < body >
60
+ < div class ="bg-light min-vh-100 d-flex flex-row align-items-center ">
61
+ < div class ="container ">
62
+ < div class ="row justify-content-center ">
63
+ < div class ="col-md-6 ">
64
+ < div class ="clearfix ">
65
+ < h1 class ="float-start display-3 me-4 "> 500</ h1 >
66
+ < h4 class ="pt-3 "> Houston, we have a problem!</ h4 >
67
+ < p class ="text-medium-emphasis "> The page you are looking for is temporarily unavailable.</ p >
68
+ </ div >
69
+ < div class ="input-group "> < span class ="input-group-text ">
70
+ < svg class ="icon ">
71
+ < use xlink:href ="vendors/@coreui/icons/svg/free.svg#cil-magnifying-glass "> </ use >
72
+ </ svg > </ span >
73
+ < input class ="form-control " id ="prependedInput " size ="16 " type ="text " placeholder ="What are you looking for? ">
74
+ < button class ="btn btn-info " type ="button "> Search</ button >
75
+ </ div >
76
+ </ div >
77
+ </ div >
78
+ </ div >
79
+ </ div >
80
+ <!-- CoreUI and necessary plugins-->
81
+ < script src ="vendors/@coreui/coreui/js/coreui.bundle.min.js "> </ script >
82
+ < script src ="vendors/simplebar/js/simplebar.min.js "> </ script >
83
+ < script >
84
+ </ script >
85
+
86
+ </ body >
87
+ </ html >
0 commit comments