secajs/views/index.ejs

15 lines
301 B
Text
Raw Normal View History

2025-02-06 19:20:16 +01:00
<!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>