54 lines
1.6 KiB
HTML
54 lines
1.6 KiB
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<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="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>
|
|
|
|
<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>
|
|
<main class="web-content"></main>
|
|
<nav class="machine">
|
|
<section class="link-grater">
|
|
<article class="grater-bed">
|
|
<article class="grater-blade"></article>
|
|
</article>
|
|
<section class="indicator-leds">
|
|
<article class="indicator ready-to-grate"></article>
|
|
<article class="indicator ready-to-load"></article>
|
|
</section>
|
|
<article class="lever">
|
|
<article class="stem">
|
|
<article class="handle"></article>
|
|
</article>
|
|
</article>
|
|
<label>Link Grater</label>
|
|
</section>
|
|
<section class="url-loader">
|
|
<article class="chain"></article>
|
|
<article class="wheel">
|
|
<article class="body">
|
|
<article class="handle"></article>
|
|
</article>
|
|
</article>
|
|
<label>URL Loader</label>
|
|
</section>
|
|
</nav>
|
|
<!-- <button> nice try </button> -->
|
|
</body>
|
|
</html>
|