当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 8 Fork 4

新年 / html-单页面多功能后台模板
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
auth-error-v3.html 4.26 KB
一键复制 编辑 原始数据 按行查看 历史
black泥鳅l 提交于 2018-10-10 11:57 . 初始化仓库内容
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<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> Error 404: Page not found | Looper - Bootstrap 4 Admin Theme </title>
<meta property="og:title" content="Error 404: Page not found">
<meta name="author" content="Beni Arisandi">
<meta property="og:locale" content="en_US">
<meta name="description" content="Responsive admin theme build on top of Bootstrap 4">
<meta property="og:description" content="Responsive admin theme build on top of Bootstrap 4">
<link rel="canonical" href="http://uselooper.com">
<meta property="og:url" content="http://uselooper.com">
<meta property="og:site_name" content="Looper - Bootstrap 4 Admin Theme">
<script type="application/ld+json">
{
"name": "Looper - Bootstrap 4 Admin Theme",
"description": "Responsive admin theme build on top of Bootstrap 4",
"author":
{
"@type": "Person",
"name": "Beni Arisandi"
},
"@type": "WebSite",
"url": "",
"headline": "Error 404: Page not found",
"@context": "http://schema.org/"
}
</script>
<!-- End SEO tag -->
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon.png" tppabs="http://uselooper.com/assets/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico" tppabs="http://uselooper.com/assets/favicon.ico">
<meta name="theme-color" content="#3063A0">
<!-- BEGIN BASE STYLES -->
<link rel="stylesheet" href="static/css/bootstrap.min.css" tppabs="http://uselooper.com/assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.css" tppabs="http://uselooper.com/assets/vendor/fontawesome/css/fontawesome.all.css">
<!-- END BASE STYLES -->
<!-- BEGIN THEME STYLES -->
<link rel="stylesheet" href="static/css/main.min.css" tppabs="http://uselooper.com/assets/stylesheets/main.min.css">
<link rel="stylesheet" href="static/css/custom.css" tppabs="http://uselooper.com/assets/stylesheets/custom.css">
<!-- END THEME STYLES -->
</head>
<body>
<!-- .empty-state -->
<main id="notfound-state" class="empty-state empty-state-fullpage bg-primary">
<!-- .empty-state-container -->
<div class="empty-state-container">
<section class="card">
<header 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>
</header>
<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 class="state-action">
<a href="auth-error-v1.html" tppabs="http://uselooper.com/auth-error-v1.html" class="btn btn-lg btn-light">
<i class="fa fa-angle-right"></i> Go Home</a>
</div>
</div>
</section>
</div>
<!-- /.empty-state-container -->
</main>
<!-- /.empty-state -->
<!-- BEGIN PLUGINS JS -->
<script src="static/js/particles.min.js" tppabs="http://uselooper.com/assets/vendor/particles.js/particles.min.js"></script>
<script>
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('notfound-state', 'static/json/particles-error.json');
</script>
<!-- END PLUGINS JS -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="js-id=UA-116692175-1.js" tppabs="https://www.googletagmanager.com/gtag/js?id=UA-116692175-1"></script>-->
<script>
window.dataLayer = window.dataLayer || [];
function gtag()
{
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-116692175-1');
</script>
</body>
</html>
HTML/CSS
1
https://gitee.com/newyear_xn/admin-template-page.git
git@gitee.com:newyear_xn/admin-template-page.git
newyear_xn
admin-template-page
html-单页面多功能后台模板
master

搜索帮助