forked from MaToSan24/TPA-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 742 Bytes
/
Copy pathindex.html
File metadata and controls
16 lines (16 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/appicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TPA Manager</title>
<meta name="description" content="TPA Manager is an application dedicated to managing Team Practices Agreements (TPA). It offers the ability to manage different courses and view their respective projects.">
<link id="theme-link" rel="stylesheet" href="/src/assets/themes/lara-light-blue/theme.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact Gothic" async>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js" defer></script>
</body>
</html>