Files
criminalmindsapi/client/public/index.html
T

28 lines
357 B
HTML
Raw 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" />
<link
rel="icon"
href="%PUBLIC_URL%/favicon.ico"
/>
<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>