20240413#9
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user