Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<body style="background-color:powderblue;">

<h1>I love SkillRary.com</h1>
<p>This is our DevOps class</p>
<h1>Welcome to Onebill.</h1>
<p>Deployed by Darshan</p>

<iframe src="https://skillrary.com" width="800" height="600">
<iframe src="https://onebillsoftware.com" width="800" height="600">
<p>Your browser does not support iframes.</p>
</iframe>

Expand Down