2023-01-21 18:06:10 +00: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, maximum-scale=1.0, user-scalable=no" / >
2023-01-31 02:03:24 +00:00
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/assets/favicons/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "96x96" href = "/assets/favicons/favicon-96x96.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/assets/favicons/favicon-16x16.png" >
2023-01-21 18:06:10 +00:00
< title > {{ page.title }}< / title >
{% if page.robots %}
< meta name = "robots" content = "{{page.robots}}" / >
{% endif %}
< link rel = "stylesheet" type = "text/css" href = "{{ " / assets / main . css " | relative_url } } " >
< link rel = "stylesheet" type = "text/css" href = "{{ " / assets / main-dark . css " | relative_url } } " >
2023-01-31 03:18:11 +00:00
<!-- "Really, there is nothing interesting to see here. It is a static website. Here is the terraform code that deployed it, and here is the site source repo. If you find anything interesting or want to talk to us, reach out!" -->
<!-- https://codeberg.org/distrust/infra -->
<!-- https://codeberg.org/distrust/distrust.co -->
2023-01-21 18:06:10 +00:00
< / head >