mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-18 21:28:37 +00:00
84fa088025
This will get the site a better SEO score in Lighthouse. I believe it's used by search engines to show a description for the site? Good nonetheless. (if it should be changed lemme know)
11 lines
370 B
HTML
11 lines
370 B
HTML
<!DOCTYPE html>
|
|
<html lang=en>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="./style.css">
|
|
<title>$PAGE_TITLE</title>
|
|
<meta name="description" content="Only Based cooking. No ads, no tracking, nothing but based cooking."
|
|
</head>
|
|
<body>
|