error.html 1.21 KB
Newer Older
胡畅 committed
1 2 3 4 5 6 7 8 9
<!DOCTYPE html>
<html xmlns:th="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
    <meta name="format-detection" content="telephone=no">
    <title>404 Not Found</title>
txy committed
10 11 12 13
    <link rel="stylesheet" href="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/css/activity.css">
    <link rel="stylesheet" href="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/css/error.css">
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/jquery-3.4.1.min.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/autoFontsize.min.js"></script>
胡畅 committed
14 15 16 17
</head>
<body>
    <div class="container-error">
        <div class="error-page">
txy committed
18
            <img src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/images/error404.png" />
胡畅 committed
19 20 21 22 23
            <p>天呐,您访问的页面失踪了</p>
        </div>
    </div>
</body>
</html>