Files
noahspan-flying/app/src/index.html
noahspannbauer c3af2ec8ce Feature/56 add endorsements to pilot form (#63)
* adding endorsements to pilot form

* upgrading noahspan-components

* updating verison number
2025-03-05 09:08:34 -06:00

13 lines
299 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flying</title>
</head>
<body>
<div id="root"></div>
</body>
</html>