2023-02-03 17:16:41 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2023-03-24 20:27:30 -04:00
|
|
|
<title></title>
|
2023-02-03 17:16:41 -05:00
|
|
|
<link rel="stylesheet" href="../bundle.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-03-25 13:25:56 -04:00
|
|
|
<div id="app"></div>
|
2023-02-18 03:12:33 -05:00
|
|
|
|
2023-02-04 22:04:28 -05:00
|
|
|
<script
|
|
|
|
src="https://code.jquery.com/jquery-3.6.3.min.js"
|
|
|
|
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
|
|
|
|
crossorigin="anonymous"></script>
|
2023-03-25 13:25:56 -04:00
|
|
|
<script src="bundle.js"></script>
|
2023-02-03 17:16:41 -05:00
|
|
|
</body>
|
|
|
|
</html>
|