Skip to content

Commit

Permalink
Update main.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelepley committed Aug 7, 2015
1 parent 4ddf6b2 commit 9b3dc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/main.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>

<title>Hello from attempt 2 -- Michael Epley & Openshift v3!</title>
<title>Hello from Openshift v3!</title>
</head>
<body>
<div class="page-header" align=center>
<h1> Welcome to my custom Demo App! </h1>
<h1> Welcome to the Demo App! </h1>
</div>

<% if ENV["DATABASE_SERVICE_HOST"].nil? && ENV["DATABASE_TEST_SERVICE_HOST"].nil? %>
Expand Down

0 comments on commit 9b3dc17

Please sign in to comment.