diff options
Diffstat (limited to 'templates/project.html')
-rw-r--r-- | templates/project.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/project.html b/templates/project.html index 6269bd6..4df9011 100644 --- a/templates/project.html +++ b/templates/project.html @@ -7,6 +7,11 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{{ putpage name }} | COMPROMYSE</title> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png"> + <link rel="manifest" href="/assets/favicon/site.webmanifest"> + <link href="/assets/stylesheet.css" rel="stylesheet" /> <link rel="preconnect" href="https://fonts.googleapis.com"> |