|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 6 | + <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 7 | + |
| 8 | + <link rel="stylesheet" href="https://actix.rs/css/bootstrap-reboot.css"> |
| 9 | + <link rel="stylesheet" href="https://actix.rs/css/bootstrap.css"> |
| 10 | + <link rel="stylesheet" href="https://actix.rs/css/font-awesome.min.css"> |
| 11 | + <link rel="stylesheet" href="https://actix.rs/css/actix.css"> |
| 12 | + <link rel="stylesheet" href="https://actix.rs/css/highlight.css"> |
| 13 | + <link rel="icon" href="https://actix.rs/favicon.ico" title="actix"> |
| 14 | + |
| 15 | + <title>404 Page not found</title> |
| 16 | + </head> |
| 17 | + <body> |
| 18 | + <header class="navbar navbar-light navbar-toggleable-md bd-navbar"> |
| 19 | + <nav class="actix-main-nav"> |
| 20 | + <div class="d-flex justify-content-between hidden-lg-up"> |
| 21 | + <a href="https://actix.rs/" class="navbar-brand"> |
| 22 | + <img src="https://actix.rs/img/logo-nav.png" class="align-middle" alt=""> |
| 23 | + </a> |
| 24 | + <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#actix-main-nav" aria-label="Toggle navigation" aria-controls="actix-main-nav" aria-expanded="false"> |
| 25 | + <span class="navbar-toggler-icon"></span> |
| 26 | + </button> |
| 27 | + </div> |
| 28 | + <div class="navbar-collapse collapse" id="actix-main-nav"> |
| 29 | + <ul class="nav navbar-nav"> |
| 30 | + <li class="nav-item hd-lg-down"> |
| 31 | + <a class="navbar-brand" href="https://actix.rs/"><img src="https://actix.rs/img/logo-nav.png" class="align-middle" alt=""></a> |
| 32 | + </li> |
| 33 | + <li class="nav-item"> |
| 34 | + <a class="nav-link" href="https://actix.rs/">Home</a> |
| 35 | + </li> |
| 36 | + <li class="nav-item"> |
| 37 | + <a class="nav-link" href="https://actix.rs/docs/">Documentation</a> |
| 38 | + </li> |
| 39 | + <li class="nav-item"> |
| 40 | + <a class="nav-link" href="https://actix.rs/community/">Community</a> |
| 41 | + </li> |
| 42 | + <li class="nav-item"> |
| 43 | + <a class="nav-link" href="https://actix.rs/code/">Code</a> |
| 44 | + </li> |
| 45 | + |
| 46 | + |
| 47 | + </ul> |
| 48 | + </div> |
| 49 | + </nav> |
| 50 | + </header> |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +<div class="actix-pageheader"> |
| 55 | + <div class="container"> |
| 56 | + <h1 class="display-4">404: Page Not Found</h1> |
| 57 | + <p class="lead">What you were looking for was not here</p> |
| 58 | + </div> |
| 59 | +</div> |
| 60 | + |
| 61 | +<div class="container actix-community"> |
| 62 | + <div class="row"> |
| 63 | + <div class="col-md-6 offset-md-3"> |
| 64 | + <div class="actix-content"> |
| 65 | + <h1>Not Found</h1> |
| 66 | + <p>We could not find the page you were looking for. This website was |
| 67 | + recently restructured so maybe a link went dead. |
| 68 | + <ul> |
| 69 | + <li><a href="https://actix.rs/">Home page</a> |
| 70 | + <li><a href="https://actix.rs/docs/">Documentation</a> |
| 71 | + </ul> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | +</div> |
| 76 | + |
| 77 | + <footer class="actix-footer"> |
| 78 | + <div class="text-muted actix-footer-gray d-flex justify-content-between"> |
| 79 | + <div class="actix-footer-info"> |
| 80 | + Copyright © 2020 The Actix Team |
| 81 | + </div> |
| 82 | + <div class="actix-footer-social"> |
| 83 | + <a href="https://github.com/actix" class="text-muted"><i class="fa fa-github" aria-hidden="true"></i></a> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + </footer> |
| 87 | + |
| 88 | + |
| 89 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script> |
| 90 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script> |
| 91 | + <script src="https://actix.rs/js/bootstrap.min.js"></script> |
| 92 | + <script src="https://actix.rs/js/actix.js"></script> |
| 93 | + |
| 94 | +<script type="application/javascript"> |
| 95 | +var doNotTrack = false; |
| 96 | +if (!doNotTrack) { |
| 97 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 98 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 99 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 100 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 101 | + ga('create', 'UA-110322332-1', 'auto'); |
| 102 | + |
| 103 | + ga('send', 'pageview'); |
| 104 | +} |
| 105 | +</script> |
| 106 | + |
| 107 | + </body> |
| 108 | +</html> |
| 109 | + |
0 commit comments