Skip to content

Commit

Permalink
test: index page with links for dashboard and popup (npm run dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNowotny committed Aug 18, 2024
1 parent 36f4710 commit c18c711
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en" ng-csp>
<head>
<title>Vite Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta content="utf-8" http-equiv="encoding" />
</head>
<body>
<div>
<a href="src/themes/popup.html">Popup</a>
</div>
<div>
<a href="src/themes/dashboard.html">Dashboard</a>
</div>
</body>
</html>

0 comments on commit c18c711

Please sign in to comment.