Files

10 lines
180 B
PHP
Raw Permalink Normal View History

2023-10-04 23:48:12 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{$title}}</title>
<meta http-equiv="refresh" content="0; url='{{$to}}'"/>
</head>
<body>
<p>{{$message}}</p>
</body>
</html>