1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00
Files
stratos/views/pages/index.ejs

10 lines
155 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<%- include('../partials/head', { title: 'Stratos - Home' }) %>
</head>
<body>
<h1>Homepage</h1>
</body>
</html>