From dbad9e992dee6deaeba597482394b556b9629930 Mon Sep 17 00:00:00 2001 From: VladimirSafronov Date: Wed, 11 Jan 2023 23:24:40 +0600 Subject: [PATCH] added web to project --- web/WEB-INF/web.xml | 6 ++++++ web/css/style.css | 14 ++++++++++++++ web/index.html | 18 ++++++++++++++++++ web/test.html | 10 ++++++++++ 4 files changed, 48 insertions(+) create mode 100644 web/WEB-INF/web.xml create mode 100644 web/css/style.css create mode 100644 web/index.html create mode 100644 web/test.html diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml new file mode 100644 index 00000000..d80081d1 --- /dev/null +++ b/web/WEB-INF/web.xml @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/web/css/style.css b/web/css/style.css new file mode 100644 index 00000000..3f924978 --- /dev/null +++ b/web/css/style.css @@ -0,0 +1,14 @@ +header { + background: none repeat scroll 0 0 #A6C9E2; + color: #2E6E9E; + font-size: 20px; + padding: 5px 20px; +} + +footer { + background: none repeat scroll 0 0 #A6C9E2; + color: #2E6E9E; + font-size: 20px; + padding: 5px 20px; + margin: 20px 0; +} \ No newline at end of file diff --git a/web/index.html b/web/index.html new file mode 100644 index 00000000..bdcf3fb5 --- /dev/null +++ b/web/index.html @@ -0,0 +1,18 @@ + + + + + + Course JavaSE + Web + + +
School U-Rise
+

Course JavaSE + Web

+ + + + + + + + diff --git a/web/test.html b/web/test.html new file mode 100644 index 00000000..80b8f884 --- /dev/null +++ b/web/test.html @@ -0,0 +1,10 @@ + + + + + Title + + +Test111 + +