From 266ca3e8e06c7da43e6210a2512663fd72d922d2 Mon Sep 17 00:00:00 2001 From: Anton Kutnyashenko Date: Mon, 26 Sep 2022 00:27:22 +0300 Subject: [PATCH] task completed --- src/main/webapp/css/my.css | 20 +++ src/main/webapp/html/my.html | 314 ++++++++++++++++++++++++++++++++++- 2 files changed, 333 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/my.css b/src/main/webapp/css/my.css index e69de29b..c569054d 100644 --- a/src/main/webapp/css/my.css +++ b/src/main/webapp/css/my.css @@ -0,0 +1,20 @@ +table { + border-collapse: collapse; + border: 3px solid black; + text-align: center; +} + +th { + border: 3px solid black; + font-weight: bold; + width: 100px; +} + +td { + border: 1px solid black; +} + +.highlight{ + color: red; + background-color: blanchedalmond; +} diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html index eb66ac55..9bc73a5b 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -3,9 +3,321 @@ RPG + + - +

RPG admin panel

+

Account list

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

Create new account:

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