mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
make backend serve static content
remove style template and use static style.css file
This commit is contained in:
@@ -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 :: FORM</title>
|
||||
<link rel="stylesheet" href="/public/style.css">
|
||||
</head>
|
||||
<%- include('../template/style.ejs') -%>
|
||||
<style>
|
||||
|
||||
div {
|
||||
@@ -53,8 +53,7 @@ div {
|
||||
<h1>Form: <%= q["title"] %></h1>
|
||||
<span>Create your form here: <a href="/#maker">/#maker</a></span>
|
||||
</div>
|
||||
<div class="code" id="qrcode">
|
||||
</div>
|
||||
<div class="code" id="qrcode"></div>
|
||||
<div class="form">
|
||||
<%
|
||||
const items = [
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user