Hello, World!
Button presses
β
Service Data
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Nitro Starter</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<main class="card">
<h1>This is your brand new Nitro project π</h1>
<p>Get started by editing the <code>index.html</code> or <code>routes/api/index.ts</code></p>
<p>Learn more from π <a href="https://v3.nitro.build/docs" target="_blank" rel="noopener noreferrer">Nitro Documentation</a></p>
<pre class="api"><code>{"message":"Hello from API!"}</code></pre>
</main>
</body>
</html>
API status: Unknown