Add apple touch icon so Safari stops logging 404s
This commit is contained in:
parent
4bcb65cf2a
commit
76037600ff
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -16,6 +16,7 @@
|
|||
|
||||
<title>Sequence Diagram</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/codemirror.min.css"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<title>Sequence Diagram</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/codemirror.min.css"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
<title>Sequence Diagram Library</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet">
|
||||
<link rel="stylesheet"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<title>Readme Image Generator</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="styles/readmeImages.css">
|
||||
|
||||
|
|
Loading…
Reference in New Issue