|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + |
| 9 | + |
| 10 | + <title>Rust GameDev WG</title> |
| 11 | + |
| 12 | + <meta property="og:title" content="Rust GameDev WG"> |
| 13 | + |
| 14 | + |
| 15 | + <meta name="description" content="Stay up to date with the progress and recent developments in the Rust Game Development Working Group."> |
| 16 | + <meta property="og:description" content="Stay up to date with the progress and recent developments in the Rust Game Development Working Group."> |
| 17 | + |
| 18 | + |
| 19 | + <meta property="og:url" content="https://gamedev.rs"> |
| 20 | + <meta property="og:type" content="website"> |
| 21 | + |
| 22 | + <link rel="canonical" href="https://gamedev.rs"> |
| 23 | + |
| 24 | + |
| 25 | + <meta property="og:image" content="https://gamedev.rs/logo.png"> |
| 26 | + <meta property="og:image:width" content="200"> |
| 27 | + <meta property="og:image:height" content="200"> |
| 28 | + <meta property="og:site_name" content="Rust GameDev WG"> |
| 29 | + |
| 30 | + <link rel="stylesheet" href="https://gamedev.rs/style.css"> |
| 31 | + <link rel="apple-touch-icon" sizes="180x180" href="https://gamedev.rs/apple-touch-icon.png"> |
| 32 | + <link rel="icon" type="image/png" sizes="32x32" href="https://gamedev.rs/favicon-32x32.png"> |
| 33 | + <link rel="icon" type="image/png" sizes="16x16" href="https://gamedev.rs/favicon-16x16.png"> |
| 34 | + <link rel="manifest" href="https://gamedev.rs/site.webmanifest"> |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + </head> |
| 39 | + |
| 40 | + <body> |
| 41 | + <header class="site-header"> |
| 42 | + <div class="wrapper"> |
| 43 | + <a class="site-title" rel="author" href="/"> |
| 44 | + <img src="https://gamedev.rs/logo_small.png" width="48" height="48" alt="" /> |
| 45 | + Rust GameDev WG |
| 46 | + </a> |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + </div> |
| 51 | +</header> |
| 52 | + |
| 53 | + |
| 54 | + <main class="page-content" aria-label="Content"> |
| 55 | + |
| 56 | + <style type="text/css" media="screen"> |
| 57 | + .container { |
| 58 | + margin: 10px auto; |
| 59 | + max-width: 600px; |
| 60 | + text-align: center; |
| 61 | + } |
| 62 | + h1 { |
| 63 | + margin: 30px 0; |
| 64 | + font-size: 4em; |
| 65 | + line-height: 1; |
| 66 | + letter-spacing: -1px; |
| 67 | + } |
| 68 | + </style> |
| 69 | + |
| 70 | + <div class="container"> |
| 71 | + <h1>404</h1> |
| 72 | + |
| 73 | + <p><strong>Page not found :(</strong></p> |
| 74 | + <p>The requested page could not be found.</p> |
| 75 | + </div> |
| 76 | + |
| 77 | + </main> |
| 78 | + |
| 79 | + <footer class="site-footer h-card"> |
| 80 | + <data class="u-url" href="https://gamedev.rs"></data> |
| 81 | + |
| 82 | + <div class="wrapper"> |
| 83 | + |
| 84 | + <div class="footer-col-wrapper"> |
| 85 | + <div class="footer-col one-half"> |
| 86 | + <h2 class="footer-heading">Rust GameDev WG</h2> |
| 87 | + |
| 88 | + |
| 89 | + <p>Stay up to date with the progress and recent developments in the Rust Game Development Working Group.</p> |
| 90 | + |
| 91 | + </div> |
| 92 | + |
| 93 | + <div class="footer-col one-half"> |
| 94 | + <ul class="social-links"> |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + <li><a href="https://github.com/rust-gamedev" title="rust-gamedev"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#github"></use></svg> GitHub (rust-gamedev)</a></li> |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + <li><a href="https://twitter.com/rust_gamedev" title="rust_gamedev"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#twitter"></use></svg> Twitter (rust_gamedev)</a></li> |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + <li><a href="https://discord.gg/j6QJsMd" title="Discord"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#discord"></use></svg> Discord (#wg-gamedev)</a></li> |
| 109 | + <li><a href="https://gamedev.rs/rss.xml" title="RSS"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#rss"></use></svg> RSS feed</a></li> |
| 110 | +</ul> |
| 111 | + |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + |
| 115 | + </div> |
| 116 | + |
| 117 | +</footer> |
| 118 | + |
| 119 | + </body> |
| 120 | +</html> |
0 commit comments