diff --git a/odin-templating/README.md b/odin-templating/README.md index 7acf293..eb6ef3e 100644 --- a/odin-templating/README.md +++ b/odin-templating/README.md @@ -37,25 +37,26 @@ } } ``` - -<html> - <head> - <title>HTML Title</title> - </head> - <body> - <div class="container"> - <div class="article"> - <h1>Hello, world!</h1> - <h6>Goodbye, world!</h6> - <div aria-data="idk!">Yo, what's up!</div> - <div> - <a href="http://google.com">don't be eeeviiiilll</a> - <a class="button" href="">This link has a class called 'button'</a> - </div> - </div> - <img class="img" alt="green texture" src="background.png"> - <div class="hello" id="lol"></div> +
+ + +\ No newline at end of fileHTML Title + + +++ + +++ + Random text - </div> - </body> -</html> \ No newline at end of file +Hello, world!
+Goodbye, world!
+Yo, what's up!+ +