1
0
forked from extern/nix-config

Add base ecr files for the server

This commit is contained in:
Donovan Glover 2017-12-16 23:58:11 -05:00
parent 1a66596fdb
commit 645bb49567
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
2 changed files with 10 additions and 0 deletions

9
serv/layouts/main.ecr Normal file
View File

@ -0,0 +1,9 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
</head>
<body>
<%= content %>
</body>
</html>

1
serv/views/index.ecr Normal file
View File

@ -0,0 +1 @@
Hello World!