initial commit
This commit is contained in:
27
client/index.html
Normal file
27
client/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://thegrapefruitsduo.com/favicon.ico"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>The Grapefruits Duo</title>
|
||||
<meta property="og:title" content="The Grapefruits Duo" />
|
||||
<meta property="og:site_name" content="The Grapefruits Duo" />
|
||||
<meta property="og:description" content="Eugene based piano duo" />
|
||||
<meta property="og:image" content="https://thegrapefruitsduo.com/bg.jpeg" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://thegrapefruitsduo.com" />
|
||||
<meta
|
||||
name="google-site-verification"
|
||||
content="5vWNnaYeRQiigTJpR9ZrOKBRbwdxkTT-2reoERHrpE4"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user