1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00

Update a few things

This commit is contained in:
Steffo 2020-09-01 19:17:48 +02:00
parent 071e3191ad
commit f9dc5a1818
2 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
{
"name": "Appuntiweb",
"name": "Appunti di Steffo",
"short_name": "Appuntiweb",
"start_url": "/",
"display": "browser",

View file

@ -1,20 +1,20 @@
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8">
<title><% preact.title %></title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta property="og:image" content="/assets/opengraph.png" />
<link href="/src/assets/favicon.ico" rel="icon" type="image/x-icon"/>
<link href="/src/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<style>
body {
background-color: #0d193b;
}
</style>
<% preact.headEnd %>
</head>
<body>
<% preact.bodyEnd %>
</body>
<head>
<meta charset="utf-8">
<title><% preact.title %></title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta property="og:image" content="/assets/opengraph.png" />
<link href="/src/assets/favicon.ico" rel="icon" type="image/x-icon"/>
<link href="/src/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<style>
body {
background-color: #0d193b;
}
</style>
<% preact.headEnd %>
</head>
<body>
<% preact.bodyEnd %>
</body>
</html>