You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
897 B
29 lines
897 B
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>IQBall</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js"
|
|
crossorigin></script>
|
|
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/react-dom/umd/react-dom.production.min.js"
|
|
crossorigin></script>
|
|
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/react-bootstrap@next/dist/react-bootstrap.min.js"
|
|
crossorigin></script>
|
|
|
|
<script>
|
|
var Alert = ReactBootstrap.Alert
|
|
</script>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|