Code cleaning.
This commit is contained in:
parent
3d18e4055e
commit
1b6cf440c2
@ -294,6 +294,7 @@ span.success {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #008F00;
|
color: #008F00;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.error {
|
span.error {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #8F0000;
|
color: #8F0000;
|
||||||
|
@ -60,7 +60,7 @@ if (!empty($_POST['sendAction'])) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link href="css/main.css" rel="stylesheet"/>
|
<link href="css/main.css" rel="stylesheet"/>
|
||||||
@ -81,6 +81,7 @@ if (!empty($_POST['sendAction'])) {
|
|||||||
background: lightcoral;
|
background: lightcoral;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<title></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Магазин подарков</h1>
|
<h1>Магазин подарков</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user