mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-18 14:47:48 +00:00
add favicon
This commit is contained in:
parent
55116ba978
commit
405af76427
3 changed files with 4 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ handlers:
|
|||
static_files: index.html
|
||||
upload: index.html
|
||||
|
||||
- url: /favicon.ico
|
||||
static_files: favicon.ico
|
||||
upload: favicon.ico
|
||||
|
||||
- url: /.*
|
||||
script: auto
|
||||
|
|
|
|||
BIN
fwd/favicon.ico
Normal file
BIN
fwd/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
|
|
@ -7,7 +7,6 @@ body { font-family: Arial; line-height: 1.5; }
|
|||
code { background-color: lightgrey; padding: 3px;}
|
||||
a { color: blue; }
|
||||
</style>
|
||||
<link rel="shortcut icon" href="#" />
|
||||
</head>
|
||||
<body>
|
||||
<p><b>kontain.me</b> serves Docker container images generated on-demand at the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue