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 charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="author" content="Rubén Beltrán del Río" />
|
<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" />
|
<meta name="fediverse:creator" content="@ruben@friendship.quest" />
|
||||||
|
|
||||||
<title>Internet Machine.</title>
|
<title>Internet Machine.</title>
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||||
<link rel="author" href="humans.txt" />
|
<link rel="author" href="humans.txt" />
|
||||||
|
|
||||||
|
<link rel="icon" href="/images/favicon.png" />
|
||||||
|
|
||||||
<script type="module" src="/js/machine.js"></script>
|
<script type="module" src="/js/machine.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -43,5 +45,6 @@
|
||||||
<label>URL Loader</label>
|
<label>URL Loader</label>
|
||||||
</section>
|
</section>
|
||||||
</nav>
|
</nav>
|
||||||
|
<!-- <button> nice try </button> -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ const configuration = {
|
||||||
graterTravel: 69,
|
graterTravel: 69,
|
||||||
chainSpeed: 0.5,
|
chainSpeed: 0.5,
|
||||||
grateStrength: 0.01,
|
grateStrength: 0.01,
|
||||||
defaultUrl: "/example.html",
|
defaultUrl: "/wiki/Machine",
|
||||||
};
|
};
|
||||||
|
|
||||||
// App State ///////////////////////////////////////////////////////////////////
|
// App State ///////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue