Files

35 lines
482 B
HTML
Raw Permalink Normal View History

2022-06-18 17:39:22 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-06-24 23:23:06 -05:00
<meta charset="utf-8" />
2022-06-25 10:30:21 -05:00
<link
rel="icon"
type="image/svg+xml" h
ref="%PUBLIC_URL%/favicon.svg"
>
2022-06-24 23:23:06 -05:00
<link
rel="icon"
2022-06-25 10:30:21 -05:00
type="image/png"
href="%PUBLIC_URL%/favicon.png"
>
2022-06-24 23:23:06 -05:00
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<title>criminalmindsapi</title>
2022-06-18 17:39:22 -05:00
</head>
2022-06-24 23:23:06 -05:00
2022-06-18 17:39:22 -05:00
<body>
2022-06-24 23:23:06 -05:00
2022-06-19 16:42:02 -05:00
<div id="root"></div>
2022-06-24 23:23:06 -05:00
2022-06-18 17:39:22 -05:00
</body>
2022-06-24 23:23:06 -05:00
2022-06-18 17:39:22 -05:00
</html>