mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-10 10:11:20 +00:00
10 lines
451 B
HTML
Executable file
10 lines
451 B
HTML
Executable file
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>{{ site.title }}</title>
|
|
<meta name="description" content="{{ site.description }}">
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png">
|
|
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/style.css">
|
|
</head>
|