Mercurial > nebulaweb3
comparison default/page-error-500.html @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 <!DOCTYPE html> | |
2 <html lang="en"> | |
3 | |
4 <head> | |
5 <script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script> | |
6 <meta charset="utf-8"> | |
7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
8 <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |
9 <link rel="icon" type="image/png" sizes="16x16" href="assets/demo/favicon.png"> | |
10 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
11 <title>Error 500</title> | |
12 <!-- CSS --> | |
13 <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600|Roboto:400" rel="stylesheet" type="text/css"> | |
14 <link href="assets/vendors/material-icons/material-icons.css" rel="stylesheet" type="text/css"> | |
15 <link href="assets/vendors/mono-social-icons/monosocialiconsfont.css" rel="stylesheet" type="text/css"> | |
16 <link href="assets/vendors/feather-icons/feather.css" rel="stylesheet" type="text/css"> | |
17 <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/css/perfect-scrollbar.min.css" rel="stylesheet" type="text/css"> | |
18 <link href="assets/css/style.css" rel="stylesheet" type="text/css"> | |
19 <!-- Head Libs --> | |
20 <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script> | |
21 </head> | |
22 | |
23 <body class="body-bg-full error-page error-500" style="background-image: url(assets/demo/error-page.jpg)">; | |
24 <div id="wrapper" class="wrapper"> | |
25 <div class="content-wrapper"> | |
26 <main class="main-wrapper"> | |
27 <div class="page-title"> | |
28 <h1 class="color-white">500</h1> | |
29 </div> | |
30 <h3 class="mr-b-5 color-white">Unexpected Error!</h3> | |
31 <p class="mr-b-30 color-white fs-18 fw-200 heading-font-family">An error occurred and your request couldn't be completed.</p><a href="javascript: history.back();" class="btn btn-outline-white btn-rounded btn-block fw-700 text-uppercase">Go Back</a> | |
32 </main> | |
33 </div> | |
34 <!-- .content-wrapper --> | |
35 </div> | |
36 <!-- .wrapper --> | |
37 </body> | |
38 | |
39 </html> |