Portfolio/index.html
Matthew L McPeak f03f34f12e
Some checks failed
ci / build (push) Successful in 38s
ci / publish (push) Failing after 8s
Initial Portfolio (#1)
Reviewed-on: #1
Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com>
Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
2026-06-11 16:21:00 -04:00

13 lines
348 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexander Voss · Portfolio</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>