Skip to content

Commit 7efcd68

Browse files
committed
Add icon/logo
1 parent fa39f63 commit 7efcd68

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

public/favicon.ico

9.44 KB
Binary file not shown.

public/favicon.png

19.2 KB
Loading

public/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
font-family: sans-serif;
99
display: grid;
1010
place-content: center;
11+
place-items: center;
1112
}
1213
</style>
14+
<link rel="icon" href="favicon.png">
1315
</head>
1416

1517
<body>
18+
<img src="logo.png" width=260 height=260>
1619
<h1>Get your PocketLetter email</h1>
1720
<form action="/token/start" method="post">
1821
<p>

public/logo.png

72.3 KB
Loading

0 commit comments

Comments
 (0)