18 lines
499 B
HTML
18 lines
499 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<meta name="theme-color" content="#17131b" />
|
|
<meta
|
|
name="description"
|
|
content="Beautiful private galleries for photographers and their clients."
|
|
/>
|
|
<title>Noah Bianchi Studio</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|