mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
13 lines
319 B
HTML
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>
|