Files
firecamp/templates/identity.html
Nishchit Dhanani 628b427d7a feat: seo meta added
2023-07-31 16:58:10 +05:30

13 lines
319 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Firecamp, API campsite for developers.</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta NAME="robots" CONTENT="noindex,nofollow">
</head>
<body>
<div id="root"></div>
</body>
</html>