Build and Deploy / build-and-deploy (push) Successful in 2m1s
Recreated the provided logo as SVG (navy concentric play-button rings branching into orange distribution nodes) - used as the browser tab favicon and in the header brand, the latter on a small light chip so the navy strokes stay legible on the dark theme. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
364 B
HTML
14 lines
364 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<title>recommendarr</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|