diff --git a/README.md b/README.md index 05d1576..aa3f8cf 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ 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 + +Murtadoc - DevOps + + +MurtiDevOps + diff --git a/index.html b/index.html new file mode 100644 index 0000000..2ead5a2 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + + + Hello World + + + +
+

Heloo

+

Hello World

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus possimus, adipisci dolorum beatae tempora, + doloribus suscipit reprehenderit molestiae, nostrum aperiam sed est repellat nihil architecto unde amet + autem. Commodi, ullam?

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