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; font-weight: bold;
color: #008F00; color: #008F00;
} }
span.error { span.error {
font-weight: bold; font-weight: bold;
color: #8F0000; color: #8F0000;

View File

@ -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>