rojects/source/pages/groups.html

17 lines
550 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Groups — Roject</title>
<link rel="stylesheet" href="/components/app-nav/app-nav.css">
<link rel="stylesheet" href="/components/group-editor/group-editor.css">
</head>
<body>
<app-nav></app-nav>
<group-editor></group-editor>
<script type="module" src="/components/app-nav/app-nav.js"></script>
<script type="module" src="/components/group-editor/group-editor.js"></script>
</body>
</html>