-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.39 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 1.39 KB
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
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="/images/favicon.png?v=1.0"
type="image/x-icon"
sizes="48x48"
/>
<link
rel="shortcut icon"
href="/images/favicon.png?v=1.0"
type="image/x-icon"
/>
<title>CodeBRAVO, L.L.C.</title>
<meta
name="description"
content="CodeBRAVO, L.L.C - Elegant Code. Exceptional Service. Front End, Back End, and Cloud."
/>
<meta
name="keywords"
content="code bravo, code BRAVO, codebravo, codeBRAVO, codebravo llc, codeBRAVO llc, codebravo L.L.C, codeBRAVO L.L.C, johnny povolny, Johnny Povolny, full stack, full-stack, front end, back end, front-end, back-end, cloud, developer, programmer, digital nomad"
/>
<meta property="og:title" content="CodeBRAVO, L.L.C." />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Elegant Code. Exceptional Service."
/>
<meta
property="og:image"
content="https://codebravo.tech/images/logo_stars_on_night.png"
/>
<meta property="og:url" content="https://codebravo.tech" />
<meta name="revisit-after" content="14 days" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>