|
| 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"> |
| 6 | + <title>404 Page Not Found</title> |
| 7 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> |
| 8 | + <link rel="icon" type="image/svg+xml" href="/Website/Resources/favicon.svg"> |
| 9 | + <link rel="stylesheet" href="styles.css"> |
| 10 | + <script defer src="resources/fontawesome/brands.js"></script> |
| 11 | + <script defer src="resources/fontawesome/solid.js"></script> |
| 12 | + <script defer src="resources/fontawesome/fontawesome.js"></script> |
| 13 | + </head> |
| 14 | +<body style="height: 100%; margin: 0"> |
| 15 | + <div id="particles-js" style="padding-top: none; margin-top: none;"> |
| 16 | + <script src="libraries/particles.js-master/particles.js"></script> |
| 17 | + <script src="libraries/particles.js-master/app.js"></script> |
| 18 | + <nav class="navbar navbar-expand-lg sticky-top shadow-lg" data-bs-theme="dark" style="background-color: green;"> |
| 19 | + <div class="container-fluid"> |
| 20 | + <a class="navbar-brand disabled"><img src="Resources/logo.svg" class="img-fluid position-relative" alt="scratch vr extension header image" style="width: 50px;"></a> |
| 21 | + <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> |
| 22 | + <span class="navbar-toggler-icon"></span> |
| 23 | + </button> |
| 24 | + <div class="collapse navbar-collapse" id="navbarNavDropdown"> |
| 25 | + <ul class="navbar-nav me-auto"> |
| 26 | + <li class="nav-item"> |
| 27 | + <a class="nav-link" href="/">Home</a> |
| 28 | + </li> |
| 29 | + <li class="nav-item"> |
| 30 | + <a class="nav-link" href="documentation">Documentation</a> |
| 31 | + </li> |
| 32 | + <li class="nav-item"> |
| 33 | + <a class="nav-link disabled" disabled>Project Gallery</a> |
| 34 | + </li> |
| 35 | + <li class="nav-item"> |
| 36 | + <a class="nav-link disabled" disabled>Support and Feedback</a> |
| 37 | + </li> |
| 38 | + </ul> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </nav> |
| 42 | + <div class="text-center" style="padding-top: 100px; padding-bottom: 50px"> |
| 43 | + <div class="container-fluid"> |
| 44 | + <a href="BlockifyVR.php"> |
| 45 | + <img style="width: 100px; height: 100px" src="/Website/Resources/logo.svg" class="img-fluid position-relative zoom" alt="blockify vr extension header image"> |
| 46 | + </a> |
| 47 | + <h4 style="padding-top: 15px; padding-bottom: 3px">BlockifyVR</h4> |
| 48 | + <hr style="margin: auto; padding-top: auto; width: 25%; text-align: center; border-width: .5px;" class="border border-success opacity-50"> |
| 49 | + <h1 style="font-size: 5rem">404</h1> |
| 50 | + <h2>Page not found</h2> |
| 51 | + <div class="container" style="padding-top: 25px;"> |
| 52 | + <a href="javascript:history.back()" class="btn btn-outline-primary px-5"><i style="padding-right: 5px" class="fa-solid fa-arrow-left"></i> Go Back</a> |
| 53 | + </div> |
| 54 | + <div class="container" style="padding-top: 10px;"> |
| 55 | + <a href="BlockifyVR.php" class="btn btn-outline-primary px-5"><i style="padding-right: 5px" class="fa-solid fa-house"></i> Go Home</a> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | +</body> |
| 61 | +</html> |
0 commit comments