based.cooking/src/_header.html

13 lines
318 B
HTML
Raw Normal View History

2021-03-10 17:02:35 +00:00
<!DOCTYPE html>
2021-03-12 19:51:16 +00:00
<html lang="en">
2021-03-10 17:02:35 +00:00
<head>
<title></title>
<meta charset=UTF-8>
<link rel=stylesheet href=style.css>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
2021-03-10 22:55:01 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2021-03-10 17:02:35 +00:00
</head>
<body>