|
1 | | - |
2 | | -<!DOCTYPE html> |
3 | | -<html> |
4 | | -<head> |
5 | | - <#include "header.ftl"> |
6 | | -</head> |
7 | | - |
8 | | -<body> |
9 | | - |
10 | | - <#include "nav.ftl"> |
11 | | - |
12 | | -<div class="jumbotron text-center"> |
13 | | - <div class="container"> |
14 | | - <a href="/" class="lang-logo"> |
15 | | - <img src="/lang-logo.png"> |
16 | | - </a> |
17 | | - <h1>Getting Started with Java on Heroku</h1> |
18 | | - <p>This is a sample Java application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.</p> |
19 | | - <a type="button" class="btn btn-lg btn-default" href="https://devcenter.heroku.com/articles/getting-started-with-java"><span class="glyphicon glyphicon-flash"></span> Getting Started with Java</a> |
20 | | - <a type="button" class="btn btn-lg btn-primary" href="https://github.com/heroku/java-getting-started"><span class="glyphicon glyphicon-download"></span> Source on GitHub</a> |
21 | | - </div> |
22 | | -</div> |
23 | | - |
24 | | -<div class="container"> |
25 | | - <div class="alert alert-info text-center" role="alert"> |
26 | | - To deploy your own copy, and learn the fundamentals of the Heroku platform, head over to the <a href="https://devcenter.heroku.com/articles/getting-started-with-java" class="alert-link">Getting Started with Java on Heroku</a> tutorial. |
27 | | - </div> |
28 | | - <hr> |
29 | | - |
30 | | - |
31 | | -</div> |
32 | | - |
33 | | - |
34 | | -</body> |
35 | | -</html> |
| 1 | + |
| 2 | +<!DOCTYPE html> |
| 3 | +<html> |
| 4 | +<head> |
| 5 | + <#include "header.ftl"> |
| 6 | +</head> |
| 7 | + |
| 8 | +<body> |
| 9 | + |
| 10 | + <#include "nav-hello.ftl"> |
| 11 | + |
| 12 | +<div class="jumbotron text-center"> |
| 13 | + <div class="container"> |
| 14 | + <a href="/" class="lang-logo"> |
| 15 | + <img src="/lang-logo.png"> |
| 16 | + </a> |
| 17 | + <h1>Getting Started with Java on Heroku</h1> |
| 18 | + <p>This is a sample Java application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.</p> |
| 19 | + <a type="button" class="btn btn-lg btn-default" href="https://devcenter.heroku.com/articles/getting-started-with-java"><span class="glyphicon glyphicon-flash"></span> Getting Started with Java</a> |
| 20 | + <a type="button" class="btn btn-lg btn-primary" href="https://github.com/heroku/java-getting-started"><span class="glyphicon glyphicon-download"></span> Source on GitHub</a> |
| 21 | + </div> |
| 22 | +</div> |
| 23 | + |
| 24 | +<div class="container"> |
| 25 | + <div class="alert alert-info text-center" role="alert"> |
| 26 | + To deploy your own copy, and learn the fundamentals of the Heroku platform, head over to the <a href="https://devcenter.heroku.com/articles/getting-started-with-java" class="alert-link">Getting Started with Java on Heroku</a> tutorial. |
| 27 | + </div> |
| 28 | + <hr> |
| 29 | + |
| 30 | + |
| 31 | +</div> |
| 32 | + |
| 33 | + |
| 34 | +</body> |
| 35 | +</html> |
0 commit comments