10 lines
175 B
HTML
10 lines
175 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Application 1</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Application 1</h1>
|
||
|
<p><a href="http://home.kube.example.com">Go Home</a></p>
|
||
|
</body>
|
||
|
</html>
|