From 725f29bae44c95bb8eab9f34b3e86caeffd70fcf Mon Sep 17 00:00:00 2001 From: G i t h <122406899+Gith-m@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:25:40 +0300 Subject: [PATCH] Add files via upload --- uda/COMMIT_EDITMSG.txt | 13 +++++++++++++ uda/cs.css | 3 +++ uda/index.html | 34 ++++++++++++++++++++++++++++++++++ uda/js.js | 0 4 files changed, 50 insertions(+) create mode 100644 uda/COMMIT_EDITMSG.txt create mode 100644 uda/cs.css create mode 100644 uda/index.html create mode 100644 uda/js.js diff --git a/uda/COMMIT_EDITMSG.txt b/uda/COMMIT_EDITMSG.txt new file mode 100644 index 0000000..fceebb0 --- /dev/null +++ b/uda/COMMIT_EDITMSG.txt @@ -0,0 +1,13 @@ +Initial commit +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# On branch master +# +# Initial commit +# +# Changes to be committed: +# new file: cs.css +# new file: index.html +# new file: js.js +# diff --git a/uda/cs.css b/uda/cs.css new file mode 100644 index 0000000..239920c --- /dev/null +++ b/uda/cs.css @@ -0,0 +1,3 @@ +body { + background-color: #00cae4; +} \ No newline at end of file diff --git a/uda/index.html b/uda/index.html new file mode 100644 index 0000000..1d480f3 --- /dev/null +++ b/uda/index.html @@ -0,0 +1,34 @@ + + + + + Blog Project + + + + + +
+

Arsenal!

+
+
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/uda/js.js b/uda/js.js new file mode 100644 index 0000000..e69de29