diff options
Diffstat (limited to 'html/deltaWorld.html')
-rw-r--r-- | html/deltaWorld.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/html/deltaWorld.html b/html/deltaWorld.html deleted file mode 100644 index b0aba84..0000000 --- a/html/deltaWorld.html +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Gabriel Bjørnager Jensen"> - <meta name="darkreader-lock"> - <meta name="description" content="About Delta World."> - <meta name="keywords" content="achernar, adventure, delta world, open world, rust, webgpu"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - - <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"> - <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png"> - <title>Delta·World | Achernar</title> - - <link href="/css/main.css" rel="stylesheet"> - <noscript> - <link href="/css/noScript.css" rel="stylesheet"> - </noscript> - - <script src="/js/main.js" type="text/javascript"></script> - </head> - - <body data-page="deltaWorld"> - <!--#include virtual="/include/header.shtml"--> - - <div id="page"> - <section class="fullWidth"> - <p class="note">Coming soon.</p> - </section> - - <!--#include virtual="/include/footer.shtml"--> - </div> - </body> - - <script type="text/javascript"> - Ach.init(); - </script> -</html> |