mirror of
https://github.com/tiennm99/thptqg2017.git
synced 2026-06-03 22:14:24 +00:00
4474547433
- Remove Gradle build, Java sources, Hibernate config, old database.sqlite - Move Excel data files from src/main/resources/raw/ to data/raw/ - Move Vite+React app from web/ to project root - Merge package.json into single root-level config - Update build script paths and CI workflow accordingly
14 lines
386 B
HTML
14 lines
386 B
HTML
<!doctype html>
|
|
<html lang="vi">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Tra cứu điểm thi THPT QG 2017</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|