sales / frontend /index.html
Corin1998's picture
Create index.html
41f1076 verified
raw
history blame contribute delete
332 Bytes
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>営業メール/提案書ジェネレーター</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>