feat: add minimal frontend (accounts, trial balance)
This commit is contained in:
16
frontend/index.html
Normal file
16
frontend/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>NJTS 会計システム</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>NJTS 会計システム</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="accounts.html">科目マスタ</a></li>
|
||||
<li><a href="trial-balance.html">試算表</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user