Skip to content

Commit

Permalink
#43 開発用の環境を整備 for web.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Sep 8, 2024
1 parent 5c4a5f5 commit 5a3c913
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions web/src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vite + React + TS</title>
</head>
<body>
<h2>Web(TEST)</h2>
<a href="./add_connection/index.html">add_connection</a>
<br/>
<a href="./add_service/index.html">add_service</a>
</body>
</html>

0 comments on commit 5a3c913

Please sign in to comment.