21 lines
511 B
HTML
21 lines
511 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta
|
|
name="description"
|
|
content="Web site created using create-react-app"
|
|
/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
|
|
<title>React-ts</title>
|
|
</head>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
</html>
|