login画面追加

This commit is contained in:
admin
2026-02-07 14:25:28 +09:00
parent 9d1ad5594d
commit 331953bb7f
22 changed files with 763 additions and 135 deletions

View File

@@ -1,7 +1,8 @@
<!DOCTYPE html>
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<script src="js/auth.js"></script>
<title>期首残高入力</title>
<link rel="stylesheet" href="css/style.css" />
</head>
@@ -39,7 +40,7 @@
<br />
<button onclick="saveOpeningBalances()">保存</button>
<button onclick="location.href='trial-balance.html'">← 戻る</button>
<button onclick="location.href = 'trial-balance.html'">← 戻る</button>
<script src="js/api.js"></script>
<script src="js/opening_balance.js"></script>