Files
portfolio/frontend/index.html
Taqi Tahmid 887ef486a1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
experimentally add bun for package management
- experimentally add bun for package management
- npm support is still in-place
2025-12-28 13:38:05 +02:00

13 lines
298 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Taqi Tahmid</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>