-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Joshua Trommel</title>
<meta name="description" content="The portfolio as a computer. Joshua Tree, an operating system written from scratch, booting live in your browser.">
<link rel="icon" type="image/svg+xml" href="pwa/favicon.svg">
<link rel="canonical" href="https://heyitsmejosh.com/">
<meta name="theme-color" content="#000000">
<style>
html,body{margin:0;height:100%;background:#000;}
iframe{display:block;width:100%;height:100dvh;border:0;}
a{position:fixed;top:max(.6rem,env(safe-area-inset-top));left:.8rem;font:600 .75rem -apple-system,"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;opacity:.5;text-decoration:none;}
a:hover{opacity:1;}
</style>
</head>
<body>
<!-- ponytail: frames the real boot on the Joshua Tree landing rather than vendoring 5MB of v86 + kernel.elf here, so it is always the latest kernel. -->
<iframe src="https://joshuatree.heyitsmejosh.com/?full&portfolio" title="Joshua Tree, booting live" allow="fullscreen"></iframe>
<a href="classic.html">Classic site</a>
</body>
</html>