diff --git a/src/main/webapp/css/my.css b/src/main/webapp/css/my.css index e69de29b..bb164593 100644 --- a/src/main/webapp/css/my.css +++ b/src/main/webapp/css/my.css @@ -0,0 +1,4 @@ +td,th{ + border: 1px solid black; + padding: 3px; +} \ No newline at end of file diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html index eb66ac55..1221780a 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -1,11 +1,324 @@ + RPG - +

RPG admin panel

+

Accounts list:

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

Create new account:

+ + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +

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