20240508#1
This commit is contained in:
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
root = true
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
@@ -4,7 +4,6 @@ namespace App\Main\Presentation\Controllers;
|
||||
use Base\Presentation\Controllers\AbstractPageController;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
|
||||
class IndexController extends AbstractPageController {
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<article>
|
||||
<main>
|
||||
<div class="main-block">
|
||||
<div class="main-block__header">Hello</div>
|
||||
<div class="main-block__text">Now is <?=$this->date?></div>
|
||||
</div>
|
||||
</main>
|
||||
<main>
|
||||
<div class="main-block">
|
||||
<div class="main-block__header">Hello</div>
|
||||
<div class="main-block__text">Now is <?= $this->date ?></div>
|
||||
</div>
|
||||
</main>
|
||||
</article>
|
||||
Reference in New Issue
Block a user