l-g-t commited on
Commit
af4d999
·
verified ·
1 Parent(s): 83c29bc

Update public-html/5.php

Browse files
Files changed (1) hide show
  1. public-html/5.php +14 -12
public-html/5.php CHANGED
@@ -6,19 +6,21 @@ $boardSize = 15;
6
  <head>
7
  <meta charset="UTF-8">
8
  <title>五子棋:人机对战(智能版)</title>
 
9
  <style>
10
- table { border-collapse: collapse; margin: 20px auto; }
11
- td {
12
- width: 30px; height: 30px;
13
- border: 1px solid #333;
14
- text-align: center;
15
- font-size: 24px;
16
- cursor: pointer;
17
- }
18
- .black { color: black; }
19
- .white { color: white; background-color: black; }
20
- h2 { text-align: center; }
21
- </style>
 
22
  </head>
23
  <body>
24
  <h2>五子棋:人机对战(智能版)</h2>
 
6
  <head>
7
  <meta charset="UTF-8">
8
  <title>五子棋:人机对战(智能版)</title>
9
+
10
  <style>
11
+ table { border-collapse: collapse; margin: 20px auto; }
12
+ td {
13
+ width: 30px; height: 30px;
14
+ border: 1px solid #333;
15
+ text-align: center;
16
+ font-size: 24px;
17
+ cursor: pointer;
18
+ }
19
+ .black { color: black; }
20
+ .white { color: red; background-color: transparent; }
21
+ h2 { text-align: center; }
22
+ </style>
23
+
24
  </head>
25
  <body>
26
  <h2>五子棋:人机对战(智能版)</h2>