-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
/* Identificar e redirecionar referências à logo */
[src$="dark-logo.svg"],
[src*="/src/assets/dark-logo"],
[src*="assets/dark-logo-"] {
content: url("/static/dark-logo.svg") !important;
}
</style>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 108'><path d='M12 4 H76 L96 24 V100 H12 Z' fill='white' stroke='%23C5D0E0' stroke-width='2' stroke-linejoin='round'/><path d='M76 4 V24 H96' fill='none' stroke='%23C5D0E0' stroke-width='2' stroke-linejoin='round'/><line x1='22' y1='34' x2='86' y2='34' stroke='%23D8E2EE' stroke-width='2' stroke-linecap='round'/><line x1='22' y1='48' x2='86' y2='48' stroke='%23D8E2EE' stroke-width='2' stroke-linecap='round'/><line x1='22' y1='62' x2='70' y2='62' stroke='%23D8E2EE' stroke-width='2' stroke-linecap='round'/><polygon points='66,28 54,49 62,49 52,73 74,44 65,44' fill='%23F59E0B'/><rect x='10' y='72' width='34' height='28' rx='5' fill='%2327447E'/><text x='27' y='93' text-anchor='middle' font-family='Georgia,serif' font-size='20' font-weight='700' fill='white'>D</text></svg>" />
<title>Gerador de Documentações</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>