restructure files for ejs support

moved style to index.ejs
render views
This commit is contained in:
Aljaz S
2021-11-23 12:56:30 +01:00
parent 74c9519e08
commit abb7476f26
4 changed files with 100 additions and 69 deletions

20
src/views/form.ejs Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UPN-QR :: FORM</title>
</head>
<style>
</style>
<body>
<div>
</div>
</body>
<script>
</script>
</html>