Skip to content

Commit 91541f9

Browse files
author
Philipp Heckel
committed
Add logo and color
1 parent 9a91312 commit 91541f9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

server/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<meta property="og:site_name" content="ntfy.sh" />
2626
<meta property="og:title" content="ntfy.sh | simple HTTP-based pub-sub" />
2727
<meta property="og:description" content="ntfy is a simple HTTP-based pub-sub notification service. It allows you to send desktop notifications via scripts from any computer, entirely without signup or cost. Made with ❤ by Philipp C. Heckel, Apache License 2.0, source at https://heckel.io/ntfy." />
28-
<meta property="og:image" content="/static/img/favicon.png" />
28+
<meta property="og:image" content="/static/img/ntfy.png" />
2929
<meta property="og:url" content="https://ntfy.sh" />
3030
</head>
3131
<body>
3232
<div id="main">
33-
<h1>ntfy.sh - simple HTTP-based pub-sub</h1>
33+
<h1><img src="static/img/ntfy.png" alt="ntfy"/><br/>ntfy.sh - simple HTTP-based pub-sub</h1>
3434
<p>
3535
<b>ntfy</b> (pronounce: <i>notify</i>) is a simple HTTP-based <a href="https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern">pub-sub</a> notification service.
3636
It allows you to send <b>desktop notifications via scripts from any computer</b>, entirely <b>without signup or cost</b>.

server/static/css/app.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ html, body {
66
font-size: 1.1em;
77
}
88

9-
a {
10-
color: #39005a;
9+
a, a:visited {
10+
color: #3a9784;
1111
}
1212

1313
a:hover {
1414
text-decoration: none;
15+
color: #317f6f;
1516
}
1617

1718
h1 {
@@ -20,7 +21,6 @@ h1 {
2021
font-size: 2.5em;
2122
}
2223

23-
2424
h2 {
2525
margin-top: 20px;
2626
margin-bottom: 5px;

server/static/img/favicon.png

3.78 KB
Loading

server/static/img/ntfy.png

5.15 KB
Loading

0 commit comments

Comments
 (0)