mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-23 11:08:13 -05:00
26 lines
613 B
PHP
26 lines
613 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>{{ $title }}</title>
|
|
<script>
|
|
window.settings = {
|
|
base_url: "/",
|
|
title: "{{ $title }}",
|
|
version: "{{ $version }}",
|
|
logo: "{{ $logo }}",
|
|
secure_path: "{{ $secure_path }}",
|
|
};
|
|
</script>
|
|
<script type="module" crossorigin src="/assets/admin/assets/index-ra1jmRmU.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/admin/assets/index-B8YrTAgq.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html>
|