mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
13 lines
282 B
HTML
13 lines
282 B
HTML
<!doctype html>
|
|
<html lang="en" data-theme="dark" class="bg-base-300">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bridge</title>
|
|
<base href="./" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|