Skip to content

Commit

Permalink
履歴表示等
Browse files Browse the repository at this point in the history
  • Loading branch information
notolite committed Aug 14, 2023
1 parent e01fd6e commit 695922f
Show file tree
Hide file tree
Showing 4 changed files with 14,126 additions and 14,098 deletions.
16 changes: 14 additions & 2 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@
<html>

<head>

<title>沖縄語辞典オンライン</title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alegreya+Sans&display=swap" rel="stylesheet">
</head>

<body onload="readFile()">
<h1>沖縄語辞典オンライン</h1>
<form name="search" onsubmit="return false;">
<input type="text" name="field">
<button id="searchbutton">検索</button>
</form>
<div id="result"></div>
<section>
<h2>検索結果</h2>
<div id="result"></div>
</section>
<section>
<h2>検索履歴</h2>
<div id="history"></div>
</section>


<script src="script.js"></script>
</body>

Expand Down
Loading

0 comments on commit 695922f

Please sign in to comment.