ok-admin/pages/other/500.html

26 lines
568 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>500</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="../../css/okadmin.css">
<style>
.box {
text-align: center;
font-size: 14px;
}
.box .iconfont {
font-size: 300px;
}
</style>
</head>
<body>
<div class="box animated fadeInDown">
<i class="iconfont icon-icon-test4"></i>
<p>哦豁500错误</p>
</div>
</body>
</html>