20240413#9

This commit is contained in:
User
2024-04-13 12:24:53 +03:00
parent 8346234859
commit 4ad36c6034
5 changed files with 29 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<title>404 Page Not Found</title>
<style>
body{
font-family: Arimo, sans-serif;
font-family: Arial, sans-serif;
font-size: 15px;
margin: 0;
padding: 0;

View File

@@ -7,7 +7,7 @@
<title>501 Not Implemented</title>
<style>
body{
font-family: Arimo, sans-serif;
font-family: Arial, sans-serif;
font-size: 15px;
margin: 0;
padding: 0;

View File

@@ -1,5 +1,8 @@
<article>
<main>
<h1 style="text-align: center">Hello. Now is <?=$this->date?></h1>
<div class="main-block">
<div class="main-block__header">Hello</div>
<div class="main-block__text">Now is <?=$this->date?></div>
</div>
</main>
</article>