mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 11:07:41 +00:00
19 lines
434 B
HTML
19 lines
434 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Winstudentgoaltracker</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<meta name="description" content="Track and achieve your student goals with Winstudentgoaltracker.">
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<app-root></app-root>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |