diff --git a/README.md b/README.md index 05d1576..758fa21 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ This is a playground for the lab from the Git Branching and Pull Requests lesson from the Software Engineering and DevOps Course at SoftUni. ## Make your changes here +These are the changes made by maya-ivanova on 17-01-2025, 23:47. C u! diff --git a/index.html b/index.html new file mode 100644 index 0000000..0083c62 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + + Hello World + + + +
+

Hello from maya-i

+

Very first steps with Git here

+
+
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..123dc3b --- /dev/null +++ b/styles.css @@ -0,0 +1,3 @@ +h1{ + background-color: red; +} \ No newline at end of file