Rename index.php to main.php create static folder
This commit is contained in:
parent
c791bba15d
commit
e32027dbd5
|
@ -10,13 +10,13 @@ include_once("utils/localization.php");
|
||||||
<meta name="author" content="Dendy">
|
<meta name="author" content="Dendy">
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="style/reset.css">
|
<link rel="stylesheet" href="static/style/reset.css">
|
||||||
<link rel="stylesheet" href="style/main.css">
|
<link rel="stylesheet" href="static/style/main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<img src="resources/avi.png"/>
|
<img src="static/resources/avi.png"/>
|
||||||
<div>
|
<div>
|
||||||
<h1><?= $trans('title') ?></h1>
|
<h1><?= $trans('title') ?></h1>
|
||||||
<p><?= $trans('subtitle') ?></p>
|
<p><?= $trans('subtitle') ?></p>
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
Loading…
Reference in New Issue