Ошибка: Parse error: syntax error, unexpected 'cursor' (T_STRING), expecting ',' or ';' in /var/www/u1139675/data/www/bccst.ru/ayef/fix_all.php on line 25
Код:
echo '
<html>
<head>
<title>SPGD</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
</head>
<style>
#square {
width: 120px;
height: 120px;
background-color: #80daeb;
}
.button {
background-color: #80daeb;
border: none;
outline: none;
display: inline-block;
text-align: center;
text-decoration: none;
cursor: url('cursor/link.cur'), auto;
font-size: 16px;
font-family: 'Righteous', sans;
padding: 12px 16px;
border-radius: 100px;
color: #373737;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.button i {
margin-right: 4px;
}
.button + .button {
margin-left: 6px;
}
.button:hover {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background: #ace7f2;
}
.button:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background: #ace7f2; }
h1 {
size: 15px;
font-family: 'Righteous', sans;
background-color: #80daeb;
color: #373737;
}
h2 {
size: 15px;
font-family: 'Righteous', sans;
color: #80daeb; }
h4 {
size: 15px;
font-family: 'Righteous', sans;
color: #80daeb; }
body {
background: url(https://4.bp.blogspot.com/-r2FiYQZEtIw/VqzsczvFMLI/AAAAAAAA0KI/CycvlRl4lBY/s1600/materialdesignwall_2.png);
color: #373737;
cursor: url('cursor/pointer.cur'), auto; }
.container {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
<body>
<h2>Please wait...</h2>
</body>
</html>';