mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 07:00:57 +00:00
44 lines
1 KiB
HTML
44 lines
1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
/>
|
|
<title>PentAGI</title>
|
|
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
href="/favicon/favicon-96x96.png"
|
|
sizes="96x96"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/svg+xml"
|
|
href="/favicon/favicon.svg"
|
|
/>
|
|
<link
|
|
rel="shortcut icon"
|
|
href="/favicon/favicon.ico"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/favicon/site.webmanifest"
|
|
/>
|
|
</head>
|
|
|
|
<body class="bg-background font-sans antialiased">
|
|
<div id="root"></div>
|
|
<script
|
|
type="module"
|
|
src="/src/main.tsx"
|
|
></script>
|
|
</body>
|
|
</html>
|