Merge remote-tracking branch 'gitfai/nomasters' into nomasters

This commit is contained in:
Dendy 2022-03-08 13:11:27 +01:00
commit 35b7ee3ecc
12 changed files with 3 additions and 3 deletions

0
lang/ca.ini Normal file → Executable file
View File

0
lang/en.ini Normal file → Executable file
View File

0
lang/es.ini Normal file → Executable file
View File

0
lang/fu.ini Normal file → Executable file
View File

6
index.php → main.php Normal file → Executable file
View File

@ -10,13 +10,13 @@ include_once("utils/localization.php");
<meta name="author" content="Dendy">
<!-- Stylesheets -->
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="static/style/reset.css">
<link rel="stylesheet" href="static/style/main.css">
</head>
<body>
<div id="title">
<img src="resources/avi.png"/>
<img src="static/resources/avi.png"/>
<div>
<h1><?= $trans('title') ?></h1>
<p><?= $trans('subtitle') ?></p>

0
dendy.asc → static/dendy.asc Normal file → Executable file
View File

0
omemo.asc → static/omemo.asc Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 228 KiB

0
style/main.css → static/style/main.css Normal file → Executable file
View File

0
utils/localization.php Normal file → Executable file
View File