mirror of
https://github.com/seigler/natospell
synced 2025-07-27 09:06:09 +00:00
initial commit
This commit is contained in:
commit
485538f90d
6 changed files with 135 additions and 0 deletions
24
src/index.html
Normal file
24
src/index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>NatoSpell</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>NatoSpell</h1>
|
||||
</header>
|
||||
<main>
|
||||
<form>
|
||||
<h2>Type Here:</h2>
|
||||
<input type="text" value="" id="inputElement" autofocus>
|
||||
</form>
|
||||
<section>
|
||||
<h2>Phonetic:</h2>
|
||||
<div id="outputElement"></div>
|
||||
</section>
|
||||
</main>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue