Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dokonosuke authored Dec 16, 2024
1 parent ef46fe6 commit ad6854f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>掲示板</title>
<title>生命の樹</title>
<link rel="stylesheet" href="css/style.css">
<style>
h1{
Expand All @@ -11,7 +11,7 @@
</style>
</head>
<body>
<h1>掲示板</h1>
<h1>生命の樹</h1>
<div id="auth-area">
<!-- Google サインインボタン -->
<button id="sign-in-button">Google でサインイン</button>
Expand All @@ -32,4 +32,4 @@ <h2>トピック一覧</h2>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-database.js"></script>
<script src="js/app.js"></script>
</body>
</html>
</html>

0 comments on commit ad6854f

Please sign in to comment.