Add favicon and description

Ruben Beltran del Rio 2026-01-22 13:23:02 +01:00
parent 87d65c599e
commit 25d1bbdbc1
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

BIN
images/favicon.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

View File

@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Rubén Beltrán del Río" />
<meta name="description" content="{{ description }}" />
<meta name="description" content="A web browsing interface prototype without buttons, without limits. This is the future." />
<meta name="fediverse:creator" content="@ruben@friendship.quest" />
<title>Internet Machine.</title>
@ -13,6 +13,8 @@
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="author" href="humans.txt" />
<link rel="icon" href="/images/favicon.png" />
<script type="module" src="/js/machine.js"></script>
</head>
<body>
@ -43,5 +45,6 @@
<label>URL Loader</label>
</section>
</nav>
<!-- <button> nice try </button> -->
</body>
</html>

View File

@ -38,7 +38,7 @@ const configuration = {
graterTravel: 69,
chainSpeed: 0.5,
grateStrength: 0.01,
defaultUrl: "/example.html",
defaultUrl: "/wiki/Machine",
};
// App State ///////////////////////////////////////////////////////////////////