90 lines
4.3 KiB
HTML
90 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><!-- End Required meta tags -->
|
|
<!-- Begin SEO tag -->
|
|
<title> 不來梅短網址管理系統 </title>
|
|
<meta property="og:url" content="http://www.bremen.com.tw/">
|
|
<meta property="og:site_name" content="不來梅短網址服務">
|
|
<script type="application/ld+json">
|
|
{
|
|
"name": "不來梅短網址服務",
|
|
"description": "不來梅短網址服務",
|
|
"author":
|
|
{
|
|
"@type": "Company",
|
|
"name": "Bremen"
|
|
},
|
|
"@type": "Web Server",
|
|
"url": "",
|
|
"headline": "Error 404: Page not found",
|
|
"@context": "http://schema.org"
|
|
}
|
|
</script><!-- End SEO tag -->
|
|
<!-- Favicons -->
|
|
<link rel="apple-touch-icon" sizes="144x144" href="BackEnd/assets/apple-touch-icon.png">
|
|
<link rel="shortcut icon" href="BackEnd/assets/favicon.ico">
|
|
<meta name="theme-color" content="#3063A0"><!-- Google font -->
|
|
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600" rel="stylesheet"><!-- End Google font -->
|
|
<!-- BEGIN PLUGINS STYLES -->
|
|
<link rel="stylesheet" href="BackEnd/assets/vendor/fontawesome/css/all.css"><!-- END PLUGINS STYLES -->
|
|
<!-- BEGIN THEME STYLES -->
|
|
<link rel="stylesheet" href="BackEnd/assets/stylesheets/theme.min.css" data-skin="default">
|
|
<link rel="stylesheet" href="BackEnd/assets/stylesheets/theme-dark.min.css" data-skin="dark">
|
|
<link rel="stylesheet" href="BackEnd/assets/stylesheets/custom.css"><!-- Disable unused skin immediately -->
|
|
<script>
|
|
var skin = localStorage.getItem('skin') || 'default';
|
|
var unusedLink = document.querySelector('link[data-skin]:not([data-skin="' + skin + '"])');
|
|
unusedLink.setAttribute('rel', '');
|
|
unusedLink.setAttribute('disabled', true);
|
|
</script><!-- END THEME STYLES -->
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<!--[if lt IE 10]>
|
|
<div class="page-message" role="alert">You are using an <strong>outdated</strong> browser. Please <a class="alert-link" href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</div>
|
|
<![endif]-->
|
|
<!-- .empty-state -->
|
|
<main id="notfound-state" class="empty-state empty-state-fullpage bg-black">
|
|
<!-- .empty-state-container -->
|
|
<div class="empty-state-container">
|
|
<div class="card">
|
|
<div class="card-header bg-light text-left">
|
|
<i class="fa fa-fw fa-circle text-red"></i> <i class="fa fa-fw fa-circle text-yellow"></i> <i class="fa fa-fw fa-circle text-teal"></i>
|
|
</div>
|
|
<div class="card-body">
|
|
<h1 class="state-header display-1 font-weight-bold">
|
|
<span>4</span> <i class="far fa-frown text-red"></i> <span>4</span>
|
|
</h1>
|
|
<h2> Page not found! </h2>
|
|
<p class="state-description lead"> Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. </p>
|
|
|
|
</div>
|
|
</div>
|
|
</div><!-- /.empty-state-container -->
|
|
</main><!-- /.empty-state -->
|
|
<!-- BEGIN BASE JS -->
|
|
<script src="BackEnd/assets/vendor/jquery/jquery.min.js"></script>
|
|
<script src="BackEnd/assets/vendor/bootstrap/js/popper.min.js"></script>
|
|
<script src="BackEnd/assets/vendor/bootstrap/js/bootstrap.min.js"></script> <!-- END BASE JS -->
|
|
<!-- BEGIN PLUGINS JS -->
|
|
<script src="BackEnd/assets/vendor/particles.js/particles.min.js"></script>
|
|
<script>
|
|
/**
|
|
* Keep in mind that your scripts may not always be executed after the theme is completely ready,
|
|
* you might need to observe the `theme:load` event to make sure your scripts are executed after the theme is ready.
|
|
*/
|
|
$(document).on('theme:init', () =>
|
|
{
|
|
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
|
|
particlesJS.load('notfound-state', 'BackEnd/assets/javascript/pages/particles-error.json');
|
|
})
|
|
</script> <!-- END PLUGINS JS -->
|
|
<!-- BEGIN THEME JS -->
|
|
<script src="BackEnd/assets/javascript/theme.min.js"></script> <!-- END THEME JS -->
|
|
</body>
|
|
</html> |