-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./senreta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
let lastaTempo = "17-10-2024 11:50:39"; | ||
let lastaTempo = "25-10-2024 12:03:40"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" > | ||
<head> | ||
<meta charset="UTF-8"> | ||
<!-- <link rel="manifest" href="manifest.json" /> --> | ||
<link rel="manifest" href="vortaro.webmanifest"> | ||
<meta name="description" content="พจนานุกรมเอสเปรันโต-ไทย Esperanto - Taja Interreta Vortaro"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="./ikono/android/android-launchericon-48-48.png"> | ||
<title>พจนานุกรมเอสเปรันโต-ไทย</title> | ||
<link rel="stylesheet" href="../stilo.css"> | ||
<script | ||
type="text/javascript" | ||
src="eotajpu.js"> | ||
window.location.reload() | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<div id="titolo"> พจนานุกรมเอสเปรันโต-ไทย (beta) senreta</div> | ||
<a href="pri.html"><pre id="statistiko"></pre></a> | ||
<script src="./lasta_sxangxo.js"></script> | ||
<input id="checkbox" type="checkbox" onclick="sercxi()"> | ||
<label id="sercxoLingvo">kapvorto</label><br> | ||
<input id="enigo" name="via_ujo" oninput="sercxi()" onfocus="sercxi()"></input> | ||
<span id="aliaj-fontoj"></span> | ||
<script> | ||
type="text/javascript"> | ||
document.getElementById("enigo").addEventListener("keyup", | ||
function(event){eotajpu(this,event);}, true); | ||
</script> | ||
<div id="preciza_eligo"></div> | ||
<div id="eligo"></div> | ||
<!-- partial --> | ||
<div id="tuto" style="display:none"></div> | ||
<script src="../eoth-vortaro.js"></script> | ||
<script src="../skripto.js"></script> | ||
<script src="../aliaj-fontoj.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,3 +99,7 @@ img { | |
height: 20%; | ||
width: fit-content; | ||
} | ||
|
||
fak { | ||
color: green; | ||
} |