18 lines
643 B
HTML
18 lines
643 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Projects — Roject</title>
|
||
|
|
<link rel="stylesheet" href="/components/app-nav/app-nav.css">
|
||
|
|
<link rel="stylesheet" href="/components/project-editor/project-editor.css">
|
||
|
|
<link rel="stylesheet" href="/components/confirm-dialog/confirm-dialog.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<app-nav></app-nav>
|
||
|
|
<project-editor></project-editor>
|
||
|
|
<script type="module" src="/components/app-nav/app-nav.js"></script>
|
||
|
|
<script type="module" src="/components/project-editor/project-editor.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|