Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 30, 2024
1 parent 2eda4f3 commit 6414c72
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,25 @@
<br />
<ul id="result"></ul>
<p id='dict'></p>
<p><small>Translated from François Sudre's original definitions by Garrison Osteen<br />
Gradually modified and edited by the Solresol Community<br />
In memory of Daniel Parson(1989-2023)<br />
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<meta charset="utf-8"/>
<title>Solresol Translator</title>
<script src="src/dictru.js"></script>
</head>
<body>
<noscript>The search requires Javascript.</noscript>
<input type="text" id="search" placeholder="blue">
<input type="button" id="button" value="Search" onclick="myFunction()"/>
<span id='summary'></span>
<br />
<ul id="result"></ul>
<p id='dict'></p>
<p><small>Translated from François Sudre's original definitions by I℞AKLI BARdAVELIДЗЕ<br />
₾radually modified and edited by tჸe $olre©ol Community Composarc sience 1932<br />
In memory of Meri Otarashvili (1934-2024) & Levan Bardavelid3e (1942-1991)<br />
<span style='color:#a4f'>&bull;</span><span style='color:#f00'>&bull;</span><span style='color:#a4f'>&bull;</span></small></p>
</body>
<script type="text/javascript">
Expand Down

0 comments on commit 6414c72

Please sign in to comment.