1
0
Fork 0
frontend/app.html

18 lines
409 B
HTML
Raw Normal View History

2023-02-03 22:16:41 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
2023-03-25 00:27:30 +00:00
<title></title>
2023-02-03 22:16:41 +00:00
<link rel="stylesheet" href="../bundle.css"/>
</head>
<body>
2023-03-25 17:25:56 +00:00
<div id="app"></div>
2023-02-18 08:12:33 +00:00
2023-02-05 03:04:28 +00: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 17:25:56 +00:00
<script src="bundle.js"></script>
2023-02-03 22:16:41 +00:00
</body>
</html>