website/not_found.html

19 lines
427 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page not found!</title>
<style>
body {
text-align: center;
}
</style>
</head>
<body>
<a href="https://www.cancer.org/healthy/stay-away-from-tobacco/guide-quitting-smoking.html">
<img src="/img/cigar.svg" alt="Here!">
</a>
</body>
</html>