Browse Source

Hotfix: fixed the title of the index page

tags/v0.1.5
Big Bad Waffle 6 years ago
parent
commit
f416409eec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/index.html

+ 1
- 1
src/client/index.html View File

@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>GEARED - Login</title>
<title>Isleward</title>
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src="js/system/addons.js"></script>
<script src="plugins/require.js" data-main="js/app"></script>


Loading…
Cancel
Save