diff --git a/README.md b/README.md
new file mode 100644
index 00000000..72c095be
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# project-front
+
+**Mini-project 03 on the topic: HTML, CSS, JS, jQuery by JavaRush University**
+
+Task: We need to make a UI for CRUD backend, using HTML, CSS, JS, jQuery.
+We will make an admin panel to manage online game accounts.
+
+To do this:
+- Make a fork from the repository;
+- Download your version of the project to your computer;
+- Download and install Tomcat;
+- Add HTML, CSS, JS, jQuery;
+- Pour the changes into your GitHub repository and send the link to it to your teacher.
diff --git a/src/main/webapp/css/my.css b/src/main/webapp/css/my.css
index e69de29b..fb78fc30 100644
--- a/src/main/webapp/css/my.css
+++ b/src/main/webapp/css/my.css
@@ -0,0 +1,16 @@
+body {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 14px;
+ background-color: #F5FFFA;
+ color: #708090;
+}
+h1 {
+ color: #CD5C5C;
+ font-size: 24px;
+ font-family: Georgia, Times, serif;
+ font-weight: normal;
+}
+th, td {
+ border: 1px solid black;
+ padding: 2px;
+}
\ No newline at end of file
diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html
index eb66ac55..6c51ac3e 100644
--- a/src/main/webapp/html/my.html
+++ b/src/main/webapp/html/my.html
@@ -4,8 +4,318 @@
-
# | +Name | +Title | +Race | +Profession | +Level | +Birthday | +Banned | +Edit | +Delete | +
---|