diff --git a/src/main/webapp/css/my.css b/src/main/webapp/css/my.css index e69de29b..9a00a3dd 100644 --- a/src/main/webapp/css/my.css +++ b/src/main/webapp/css/my.css @@ -0,0 +1,9 @@ +.myTable td, th { + border: 3px solid black; + background-color: antiquewhite; +} +.myTable { + background-color: antiquewhite; + border-collapse: collapse; + margin: 20px; +} \ No newline at end of file diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html index eb66ac55..de96158b 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -4,8 +4,340 @@ - +

RPG admin panel

+ +

Accounts list:

+ + + + + + + + + + + + + + + + + +
#NameTitleRaceProfessionLevelBirthdayBannedEditDelete
+ +
+ Pages: +
+ +
+

Create new account:

+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + + + + \ No newline at end of file