21 lines
762 B
HTML
21 lines
762 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Damaj</title>
|
|
<meta name="description" content="Personal site and blog. Writing on engineering, systems, and craft." />
|
|
<meta name="author" content="Damaj" />
|
|
|
|
<meta property="og:title" content="Damaj" />
|
|
<meta property="og:description" content="Personal site and blog. Writing on engineering, systems, and craft." />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="damaj.tech - Blog" href="/rss.xml" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|