13 lines
368 B
HTML
13 lines
368 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<title>Deployed {{ app_name }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>{{ app_name }} deployed as the {{ stack_name }} stack!</p>
|
||
|
<p>Not sure if it actually succeeded but hey, we got here at least!</p>
|
||
|
</body>
|
||
|
</html>
|