27 lines
593 B
HTML
27 lines
593 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link
|
|
rel="icon"
|
|
type="image/svg+xml"
|
|
href="/phpCourse/exam/dist/vite.svg"
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite + React + TS</title>
|
|
<script
|
|
type="module"
|
|
crossorigin
|
|
src="/phpCourse/exam/dist/assets/index-D81sf-ye.js"
|
|
></script>
|
|
<link
|
|
rel="stylesheet"
|
|
crossorigin
|
|
href="/phpCourse/exam/dist/assets/index-DiwrgTda.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|