From 07b46f01c5f6380e5e7c3be6d7da99af341d2a06 Mon Sep 17 00:00:00 2001 From: Kirill Shott Date: Sun, 12 Feb 2023 19:46:24 +0300 Subject: [PATCH] my commit --- src/main/webapp/css/my.css | 4 + src/main/webapp/html/my.html | 308 ++++++++++++++++++++++++++++++++++- 2 files changed, 311 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/my.css b/src/main/webapp/css/my.css index e69de29b..7671ef4a 100644 --- a/src/main/webapp/css/my.css +++ b/src/main/webapp/css/my.css @@ -0,0 +1,4 @@ +td, td{ + 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..71ada7f1 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -4,8 +4,314 @@ - +

RPG admin panel

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

Create new account:

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

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