All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m21s
15 lines
418 B
HTML
15 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html lang="vi">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<meta name="color-scheme" content="light"/>
|
|
<link rel="icon" type="image/jpeg" href="/src/assets/logo.jpeg"/>
|
|
<title>Simple Care — Rikkei Education</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="./src/main.js" type="module"></script>
|
|
</body>
|
|
</html>
|