Skip to content

Commit

Permalink
Merge pull request #10 from mdavis7702/featurebranch
Browse files Browse the repository at this point in the history
changes cat size
  • Loading branch information
scarolan authored Sep 25, 2018
2 parents 4079375 + e6e95dc commit 7d69ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion files/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ cat << EOM > /var/www/html/index.html
<html>
<head><title>Meow!</title></head>
<body style="background-image: linear-gradient(red,orange,yellow,green,blue,indigo,violet);">
<center><img src="http://placekitten.com/800/600"></img></center>
<center><img src="http://placekitten.com/1024/480"></img></center>
<marquee><h1>Meow World</h1></marquee>
</body>
</html>
EOM

echo "Your demo is now ready."


10 changes: 0 additions & 10 deletions terraform.tfvars.example

This file was deleted.

0 comments on commit 7d69ea3

Please sign in to comment.