Browse Source

changechessurl

schtonn 2 years ago
parent
commit
046df2a195
2 changed files with 2 additions and 2 deletions
  1. 1 1
      chess/index.html
  2. 1 1
      index.html

+ 1 - 1
chess/index.html

@@ -22,7 +22,7 @@
         html,
         body,
         #five {
-            background: #ccc;
+            /* background: #ccc; */
             height: 100%;
         }
 

+ 1 - 1
index.html

@@ -59,7 +59,7 @@
             <a class="btn btn-info" href="/random/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">random</a>
             <a class="btn btn-info" href="/paint/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
                 class="glyphicon glyphicon-pencil" aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
-                <a class="btn btn-info" href="/paint/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
+                <a class="btn btn-info" href="/chess/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
                     class="glyphicon glyphicon-record" aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
             </p>
         <h3>> 小工具</h3>