17 lines
No EOL
350 B
Text
17 lines
No EOL
350 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Hello World</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Hello World! We're live</h1>
|
|
<p>Now this is some production grade stuff, baby!</p>
|
|
<p>Your session's UUID: <%= uuid %>
|
|
</p>
|
|
</body>
|
|
|
|
</html> |