Add favicon

This commit is contained in:
Jacob Strieb 2020-05-27 16:35:30 -04:00
parent 63d0923231
commit f67f721833
3 changed files with 2 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -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>