prepare payment gateway settings

This commit is contained in:
2023-08-29 17:27:45 +02:00
parent 6ac4fd9cda
commit 6a3127a35a
10 changed files with 57 additions and 21 deletions

View File

@@ -3,9 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/supportFiles/style.css">
<title>libreevent</title>
</head>
<body>
<h1>Test</h1>
<nav></nav>
<img src="/otherAssets/logo.png" alt="libreevent logo" class="logo">
<h1>Welcome to libreevent!</h1>
<p>No start page has been configured yet! Please configure one either by using the configurator in the settings or by uploading your own HTML page to the correct folder as detailed <a href="https://libreevent.janishutz.com/docs/admin-panel/pages">here</a></p>
</body>
</html>

View File

View File

@@ -3,9 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>{{ pageName }}</title>
</head>
<body>
<div>
</div>
</body>
</html>

View File

@@ -0,0 +1,12 @@
/*
* libreevent - style.css
*
* Created by Janis Hutz 08/29/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
*
*
*/
.logo {
height: 50vh;
}