blogsite/blog/index.html

18 lines
329 B
HTML
Raw Normal View History

2025-04-05 14:14:57 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>website</title>
<link rel="icon" href="/img/puffidle.webp" />
<link data-trunk rel="sass" href="index.scss" />
<link data-trunk rel="copy-dir" href="img">
</head>
<body>
</body>
</html>