53 lines
2.5 KiB
HTML
53 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Jeff Emmett's Website</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Recursive:slnt,wght,CASL,CRSV,MONO@-15..0,300..1000,0..1,0..1,0..1&display=swap"
|
|
rel="stylesheet">
|
|
|
|
<!-- Social Meta Tags -->
|
|
<meta name="description"
|
|
content="Mycelial experimentation in the digital realm.">
|
|
|
|
<meta property="og:url" content="https://jeffemmett.com">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="A MycoPunk Website">
|
|
<meta property="og:description"
|
|
content="Mycelial knowledge and economic experimentation in the digital realm.">
|
|
<meta property="og:image" content="/website-embed.png">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:domain" content="jeffemmett.com">
|
|
<meta property="twitter:url" content="https://jeffemmett.com">
|
|
<meta name="twitter:title" content="A MycoPunk Website">
|
|
<meta name="twitter:description"
|
|
content="Mycelial knowledge and economic experimentation in the digital realm.">
|
|
<meta name="twitter:image" content="/website-embed.png">
|
|
|
|
<!-- Analytics -->
|
|
<script data-goatcounter="https://jeff.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/App.tsx"></script>
|
|
|
|
<footer style="margin-top: 40px; padding: 20px; font-family: 'Recursive', sans-serif; font-size: 0.9rem; color: #666; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto;">
|
|
<div class="footer-links">
|
|
<p>Explore more of Jeff's mycelial tendrils:</p>
|
|
<ul style="list-style: none; padding: 0;">
|
|
<li><a href="https://draw.jeffemmett.com" style="color: #555; text-decoration: underline;">draw.jeffemmett.com</a> - An AI-augmented art generation tool</li>
|
|
<li><a href="https://quartz.jeffemmett.com" style="color: #555; text-decoration: underline;">quartz.jeffemmett.com</a> - A glimpse into Jeff's Obsidian knowledge graph</li>
|
|
<li><a href="https://jeffemmett.com/board/explainer" style="color: #555; text-decoration: underline;">jeffemmett.com/board/explainer</a> - A board explaining how boards work</li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |