gist/html-css/fun.html

19 lines
316 B
HTML
Raw Normal View History

2024-06-19 08:53:27 +03:00
<!-- @format -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-02-16 13:37:36 +02:00
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>Lorem.</title>
2025-02-16 13:37:36 +02:00
<link
rel="stylesheet"
href="fun.css" />
</head>
<body>
<h1>MEOW</h1>
</body>
</html>