make backend serve static content

remove style template and use static style.css file
This commit is contained in:
Aljaz S
2021-11-23 18:10:25 +01:00
parent fe9fb9f083
commit 3e1bf443ea
4 changed files with 30 additions and 15 deletions

View File

@@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UPN-QR | Open generator for UPN QR codes</title>
<link rel="stylesheet" href="/public/style.css">
</head>
<%- include('../template/style.ejs') -%>
<style>
section div {
padding-left: 25px;