mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2024-11-16 11:25:57 +00:00
13 lines
355 B
HTML
13 lines
355 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="src/index.css">
|
||
|
<title>{{ .Title }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 class="text-2xl">Hello, World!</h1>
|
||
|
</body>
|
||
|
</html>
|