mirror of
https://github.com/jstrieb/urlpages.git
synced 2024-12-21 21:32:16 +01:00
Add favicon
This commit is contained in:
parent
63d0923231
commit
f67f721833
3 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>URL Pages Editor</title>
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="main.css">
|
||||
<script src="../b64.js" type="text/javascript"></script>
|
||||
<script src="editor.js" type="text/javascript"></script>
|
||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -1,6 +1,7 @@
|
|||
<!-- index.html: Referred to as the "main page" in documentation -->
|
||||
|
||||
<meta name="description" content="Create and view web pages stored entirely in the URL">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
|
||||
<noscript>JavaScript is required to convert the URL into a usable web page.</noscript>
|
||||
|
||||
|
|
Loading…
Reference in a new issue