-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from 1chooo/ho-dev
update: overview
- Loading branch information
Showing
25 changed files
with
5,519 additions
and
4,537 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
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
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
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
File renamed without changes.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,69 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>Portal - Bootstrap 5 Admin Dashboard Template For Developers</title> | ||
|
||
<!-- Meta --> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<meta name="description" content="Portal - Bootstrap 5 Admin Dashboard Template For Developers"> | ||
<meta name="author" content="Xiaoying Riley at 3rd Wave Media"> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
<meta name="author" content="Xiaoying Riley at 3rd Wave Media"> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
|
||
<!-- FontAwesome JS--> | ||
<script defer src="/static/plugins/fontawesome/js/all.min.js"></script> | ||
<!-- App CSS --> | ||
|
||
<!-- App CSS --> | ||
<link id="theme-style" rel="stylesheet" href="/static/css/portal.css"> | ||
|
||
</head> | ||
</head> | ||
|
||
<body class="app app-404-page"> | ||
|
||
<body class="app app-404-page"> | ||
|
||
<div class="container mb-5"> | ||
<div class="row"> | ||
<div class="col-12 col-md-11 col-lg-7 col-xl-6 mx-auto"> | ||
<div class="app-branding text-center mb-5"> | ||
<a class="app-logo" href="index.html"><img class="logo-icon me-2" src="/static/images/app-logo.svg" alt="logo"><span class="logo-text">PORTAL</span></a> | ||
|
||
</div><!--//app-branding--> | ||
<div class="app-card p-5 text-center shadow-sm"> | ||
<h1 class="page-title mb-4">404<br><span class="font-weight-light">Page Not Found</span></h1> | ||
<div class="mb-4"> | ||
Sorry, we can't find the page you're looking for. | ||
</div> | ||
<a class="btn app-btn-primary" href="index.html">Go to home page</a> | ||
</div> | ||
</div><!--//col--> | ||
</div><!--//row--> | ||
<div class="row"> | ||
<div class="col-12 col-md-11 col-lg-7 col-xl-6 mx-auto"> | ||
<div class="app-branding text-center mb-5"> | ||
<a class="app-logo" href="index.html"><img class="logo-icon me-2" src="/static/images/app-logo.svg" | ||
alt="logo"><span class="logo-text">PORTAL</span></a> | ||
|
||
</div><!--//app-branding--> | ||
<div class="app-card p-5 text-center shadow-sm"> | ||
<h1 class="page-title mb-4">404<br><span class="font-weight-light">Page Not Found</span></h1> | ||
<div class="mb-4"> | ||
Sorry, we can't find the page you're looking for. | ||
</div> | ||
<a class="btn app-btn-primary" href="index.html">Go to home page</a> | ||
</div> | ||
</div><!--//col--> | ||
</div><!--//row--> | ||
</div><!--//container--> | ||
|
||
|
||
<footer class="app-footer"> | ||
<div class="container text-center py-3"> | ||
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */--> | ||
<small class="copyright">Designed with <span class="sr-only">love</span><i class="fas fa-heart" style="color: #fb866a;"></i> by <a class="app-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small> | ||
|
||
</div> | ||
<div class="container text-center py-3"> | ||
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */--> | ||
<small class="copyright">Designed with <span class="sr-only">love</span><i class="fas fa-heart" | ||
style="color: #fb866a;"></i> by <a class="app-link" href="http://themes.3rdwavemedia.com" | ||
target="_blank">Xiaoying Riley</a> for developers</small> | ||
|
||
</div> | ||
</footer><!--//app-footer--> | ||
|
||
<!-- Javascript --> | ||
<!-- Javascript --> | ||
<script src="/static/plugins/popper.min.js"></script> | ||
<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
|
||
<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- Charts JS --> | ||
<script src="/static/plugins/chart.js/chart.min.js"></script> | ||
<script src="/static/js/charts-custom.js"></script> | ||
<script src="/static/plugins/chart.js/chart.min.js"></script> | ||
<script src="/static/js/charts-custom.js"></script> | ||
|
||
<!-- Page Specific JS --> | ||
<script src="/static/js/app.js"></script> | ||
<script src="/static/js/app.js"></script> | ||
|
||
</body> | ||
</html> | ||
|
||
</html> |
Oops, something went wrong.