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,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;
}