diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 755880c1..f6a75f3e 100644 --- a/web/index.html +++ b/web/index.html @@ -38,6 +38,7 @@ <link rel="stylesheet" href="share/css/main.css"> <link rel="stylesheet" href="share/css/windows.css"> <link rel="stylesheet" href="share/css/modals.css"> + <link rel="stylesheet" href="share/css/start.css"> <link rel="stylesheet" href="share/css/index/index.css"> <script src="share/js/bb.js"></script> @@ -49,8 +50,8 @@ </head> <body> - <div id="start-box"> - <div id="start"> + <div class="start-box"> + <div class="start"> <table> <tr> <td valign="top" class="logo"> |