mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
21 lines
324 B
HTML
21 lines
324 B
HTML
<!-- @format -->
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0"
|
|
/>
|
|
<title>Lorem.</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="fun.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<h1>MEOW</h1>
|
|
</body>
|
|
</html>
|