Add favicon and description
parent
87d65c599e
commit
25d1bbdbc1
Binary file not shown.
|
After Width: | Height: | Size: 355 B |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ const configuration = {
|
|||
graterTravel: 69,
|
||||
chainSpeed: 0.5,
|
||||
grateStrength: 0.01,
|
||||
defaultUrl: "/example.html",
|
||||
defaultUrl: "/wiki/Machine",
|
||||
};
|
||||
|
||||
// App State ///////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue