17 lines
479 B
HTML
17 lines
479 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Beatmatchr</title>
|
|
<link rel="stylesheet" href="/styles.css" />
|
|
</head>
|
|
<body>
|
|
<main class="container">
|
|
<h1>Beatmatchr</h1>
|
|
<p>Welcome to the Beatmatchr prototype frontend.</p>
|
|
<p>This lightweight development server ensures <code>npm run dev</code> works.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|