1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-19 12:32:47 -05:00
Files
personal-website/index.html
T
2023-05-08 21:38:26 -05:00

15 lines
505 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dan Kotowski - Web Software Engineer</title>
</head>
<body class="bg-gray-950 text-white w-screen h-screen">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>JavaScript is required to view this webpage.</noscript>
</body>
</html>