|
@@ -27,25 +27,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
+ <section style="text-align:center;margin-top:150px;">
|
|
|
+ <h1 style="font-size:54px;color:#f08300;font-weight:400;">404 Page not found!</h1>
|
|
|
+ <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.gif" alt="Page not Found">
|
|
|
+ </section>
|
|
|
|
|
|
- <section>
|
|
|
- <div class="container">
|
|
|
- <div class="page-bg">
|
|
|
- </div>
|
|
|
- <div class="wrapper" style="margin-top: 100px;">
|
|
|
- <div><a href="/">Home</a> <span style="padding:0 10px"> / </span> <strong>Page not found</strong></div>
|
|
|
- </div>
|
|
|
- <div class="wrapper">
|
|
|
- <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.png" style="margin:60px auto;display:block;">
|
|
|
- <div >
|
|
|
- <a href="/" style="display:block;margin:auto;background:#5298ff;color:#FFF;width:240px;border-radius:3px;height:42px;line-height:42px;font-size:16px;text-align:center;margin-bottom: 120px;">Back to the home page</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </section>
|
|
|
-
|
|
|
-
|
|
|
<!-- FOOTER -->
|
|
|
{% include '_footer.liquid' %}
|
|
|
</div>
|
|
@@ -57,7 +43,7 @@
|
|
|
<script>
|
|
|
setTimeout(function() {
|
|
|
window.location.href = "/"; // 替换为主页URL
|
|
|
- }, 50000); // 5000毫秒=5秒[3,4](@ref)
|
|
|
+ }, 5000); // 5000毫秒=5秒[3,4](@ref)
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|