Rename index.php to main.php create static folder

This commit is contained in:
Dendy 2022-01-27 12:14:24 +00:00 committed by Dendy
parent c791bba15d
commit e32027dbd5
Signed by: dendy
GPG Key ID: 0168B35FFD7F608F
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