15 lines
301 B
Text
15 lines
301 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>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|