Code cleaning.

This commit is contained in:
Igor Barkov (iwork) 2020-06-23 13:26:39 +03:00
parent 3d18e4055e
commit 1b6cf440c2
2 changed files with 3 additions and 1 deletions

View File

@ -294,6 +294,7 @@ span.success {
font-weight: bold;
color: #008F00;
}
span.error {
font-weight: bold;
color: #8F0000;

View File

@ -60,7 +60,7 @@ if (!empty($_POST['sendAction'])) {
}
?>
<!DOCTYPE html>
<html>
<html lang="ru">
<head>
<meta charset="utf-8">
<link href="css/main.css" rel="stylesheet"/>
@ -81,6 +81,7 @@ if (!empty($_POST['sendAction'])) {
background: lightcoral;
}
</style>
<title></title>
</head>
<body>
<h1>Магазин подарков</h1>