1
0
Fork 0
website/templates/partials/head.html

8 lines
304 B
HTML
Raw Normal View History

2022-08-31 23:20:59 +02:00
<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">
2022-09-05 00:02:58 +02:00
<link rel="stylesheet" href="/static/site.css">
2023-03-22 23:52:57 +01:00
<link rel="icon" href="/static/avatar.png" />
2022-08-31 23:20:59 +02:00
<title>Document</title>
</head>