formats.exposed/public/index.html

26 lines
743 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>formats.exposed</title>
<link rel="stylesheet" href="common/global.css">
<link rel="stylesheet" href="index/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>formats.exposed</h1>
<p>Learn what makes up your files.<noscript> Sorry, but you need JavaScript to use this website.</noscript></p>
<div id="app"></div>
<script src="index/index.js" type="module"></script>
<p>
Created by
<a href="https://evanhahn.com" target="_blank" rel="noreferrer noopener">Evan Hahn</a>
for
<a href="https://handmade.network/" target="_blank" rel="noreferrer noopener">Handmade Network</a>.
</p>
</body>
</html>