diff --git a/src/main/webapp/css/my.css b/src/main/webapp/css/my.css index e69de29b..fce6c04f 100644 --- a/src/main/webapp/css/my.css +++ b/src/main/webapp/css/my.css @@ -0,0 +1,14 @@ +table { + background: #66c3cc; + margin: 20px; +} +th, td { + border: 2px solid #2d2b2b; + border-collapse: separate; +} + +label { + display: inline-block; + margin-bottom: 10px; + font-weight: bold; +} diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html index eb66ac55..1ca9df90 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -4,8 +4,330 @@ - +

RPG admin panel

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

Create new account:

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

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