gist/html-css/fun.html

21 lines
324 B
HTML
Raw Normal View History

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