-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,392 changed files
with
75,196 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE html><!-- | ||
* CoreUI - Free Bootstrap Admin Template | ||
* @version v5.1.1 | ||
* @link https://coreui.io/product/free-bootstrap-admin-template/ | ||
* Copyright (c) 2024 creativeLabs Łukasz Holeczek | ||
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE) | ||
--> | ||
<html lang="en"> | ||
<head> | ||
<base href="./"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> | ||
<meta name="description" content="CoreUI - Open Source Bootstrap Admin Template"> | ||
<meta name="author" content="Łukasz Holeczek"> | ||
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard"> | ||
<title>CoreUI Free Bootstrap Admin Template</title> | ||
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png"> | ||
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> | ||
<link rel="manifest" href="assets/favicon/manifest.json"> | ||
<meta name="msapplication-TileColor" content="#ffffff"> | ||
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<!-- Vendors styles--> | ||
<link rel="stylesheet" href="vendors/simplebar/css/simplebar.css"> | ||
<link rel="stylesheet" href="css/vendors/simplebar.css"> | ||
<!-- Main styles for this application--> | ||
<link href="css/style.css" rel="stylesheet"> | ||
<!-- We use those styles to show code examples, you should remove them in your application.--> | ||
<link href="css/examples.css" rel="stylesheet"> | ||
<script src="js/config.js"></script> | ||
<script src="js/color-modes.js"></script> | ||
</head> | ||
<body> | ||
<div class="bg-body-tertiary min-vh-100 d-flex flex-row align-items-center"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-md-6"> | ||
<div class="clearfix"> | ||
<h1 class="float-start display-3 me-4">404</h1> | ||
<h4 class="pt-3">Oops! You're lost.</h4> | ||
<p class="text-body-secondary">The page you are looking for was not found.</p> | ||
</div> | ||
<div class="input-group"><span class="input-group-text"> | ||
<svg class="icon"> | ||
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-magnifying-glass"></use> | ||
</svg></span> | ||
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"> | ||
<button class="btn btn-info" type="button">Search</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- CoreUI and necessary plugins--> | ||
<script src="vendors/@coreui/coreui/js/coreui.bundle.min.js"></script> | ||
<script src="vendors/simplebar/js/simplebar.min.js"></script> | ||
<script> | ||
const header = document.querySelector('header.header'); | ||
|
||
document.addEventListener('scroll', () => { | ||
if (header) { | ||
header.classList.toggle('shadow-sm', document.documentElement.scrollTop > 0); | ||
} | ||
}); | ||
</script> | ||
<script> | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE html><!-- | ||
* CoreUI - Free Bootstrap Admin Template | ||
* @version v5.1.1 | ||
* @link https://coreui.io/product/free-bootstrap-admin-template/ | ||
* Copyright (c) 2024 creativeLabs Łukasz Holeczek | ||
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE) | ||
--> | ||
<html lang="en"> | ||
<head> | ||
<base href="./"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> | ||
<meta name="description" content="CoreUI - Open Source Bootstrap Admin Template"> | ||
<meta name="author" content="Łukasz Holeczek"> | ||
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard"> | ||
<title>CoreUI Free Bootstrap Admin Template</title> | ||
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png"> | ||
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> | ||
<link rel="manifest" href="assets/favicon/manifest.json"> | ||
<meta name="msapplication-TileColor" content="#ffffff"> | ||
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<!-- Vendors styles--> | ||
<link rel="stylesheet" href="vendors/simplebar/css/simplebar.css"> | ||
<link rel="stylesheet" href="css/vendors/simplebar.css"> | ||
<!-- Main styles for this application--> | ||
<link href="css/style.css" rel="stylesheet"> | ||
<!-- We use those styles to show code examples, you should remove them in your application.--> | ||
<link href="css/examples.css" rel="stylesheet"> | ||
<script src="js/config.js"></script> | ||
<script src="js/color-modes.js"></script> | ||
</head> | ||
<body> | ||
<div class="bg-body-tertiary min-vh-100 d-flex flex-row align-items-center"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-md-6"> | ||
<div class="clearfix"> | ||
<h1 class="float-start display-3 me-4">500</h1> | ||
<h4 class="pt-3">Houston, we have a problem!</h4> | ||
<p class="text-body-secondary">The page you are looking for is temporarily unavailable.</p> | ||
</div> | ||
<div class="input-group"><span class="input-group-text"> | ||
<svg class="icon"> | ||
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-magnifying-glass"></use> | ||
</svg></span> | ||
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"> | ||
<button class="btn btn-info" type="button">Search</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- CoreUI and necessary plugins--> | ||
<script src="vendors/@coreui/coreui/js/coreui.bundle.min.js"></script> | ||
<script src="vendors/simplebar/js/simplebar.min.js"></script> | ||
<script> | ||
const header = document.querySelector('header.header'); | ||
|
||
document.addEventListener('scroll', () => { | ||
if (header) { | ||
header.classList.toggle('shadow-sm', document.documentElement.scrollTop > 0); | ||
} | ||
}); | ||
</script> | ||
<script> | ||
</script> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "App", | ||
"icons": [ | ||
{ | ||
"src": "/android-icon-36x36.png", | ||
"sizes": "36x36", | ||
"type": "image/png", | ||
"density": "0.75" | ||
}, | ||
{ | ||
"src": "/android-icon-48x48.png", | ||
"sizes": "48x48", | ||
"type": "image/png", | ||
"density": "1.0" | ||
}, | ||
{ | ||
"src": "/android-icon-72x72.png", | ||
"sizes": "72x72", | ||
"type": "image/png", | ||
"density": "1.5" | ||
}, | ||
{ | ||
"src": "/android-icon-96x96.png", | ||
"sizes": "96x96", | ||
"type": "image/png", | ||
"density": "2.0" | ||
}, | ||
{ | ||
"src": "/android-icon-144x144.png", | ||
"sizes": "144x144", | ||
"type": "image/png", | ||
"density": "3.0" | ||
}, | ||
{ | ||
"src": "/android-icon-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"density": "4.0" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.