Skip to content

Commit 996b5e4

Browse files
author
dkuffner
committed
Merge branch 'master' of github.com:chilicat/scalatron
2 parents b3e4444 + d4e625c commit 996b5e4

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Scalatron/webui/index.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
<html>
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<html lang="en">
23
<head>
3-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4-
5-
<title>Welcome to Scalatron</title>
6-
4+
<meta charset="UTF-8">
75
<link rel="stylesheet" type="text/css" href="/format.css">
8-
9-
<!-- temporarily disabled until we're ready to include the new login screen
10-
<link rel="stylesheet" type="text/css" href="/ext-4.0.7/resources/css/ext-all-gray.css"/>
11-
<script type="text/javascript" src="/ext-4.0.7/bootstrap.js"></script>
12-
<script type="text/javascript" src="/ext-4.0.7/ext-all.js"></script>
13-
<script type="text/javascript" src="/client/Login.js"></script>
14-
-->
6+
<title>Welcome to Scalatron</title>
157
</head>
168

179
<body>

0 commit comments

Comments
 (0)