This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
todo-php/templates/head.html
T
2021-07-02 15:30:45 +02:00

6 lines
297 B
HTML

<title>Zvg: {{ TITLE }}</title>
<style>{{ STYLE }}</style>
<script>{{ SCRIPT }}</script>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="icon" type="image/png" sizes="64x64" href="/_src/favicon/64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/_src/favicon/32.png">