-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
40 lines (37 loc) · 1.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lion-Packages</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Sergio Leon" />
<meta name="robots" content="index" />
<meta name="theme-color" content="#111111" />
<meta
name="description"
content="Official client for the PHP documentation of Lion-Framework and other libraries"
/>
<meta
name="keywords"
content="PHP Framework, PHP, Framework, PHP Libraries, Lion-Packages, Lion-Framework, Lion-Route, Lion-Database, Lion-Security, Lion-Mailer, Lion-Command, Lion-Files, Lion-Request, Lion-Dependency-Injection, Lion-Test, Lion-Spreadsheet"
/>
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<link rel="apple-touch-icon" href="/vite.svg" sizes="180x180" />
<link rel="mask-icon" href="/vite.svg" color="#111111" />
<link rel="manifest" href="./manifest.json" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
</head>
<body class="bg-lion-dark">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>