-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 830 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpg" href="/512x512bb.jpg" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<!-- <div id="app"></div> -->
<div id="app">
<h1 id="furiganaField">Loading JavaScript...</h1>
<div class="card">
<form id="furiganaForm">
<input id="jpInput"></input>
<button type="submit">Add Furigana!</button>
</form>
</div>
<p class="read-the-docs">
© 2024 by Alan Holman | <a href="https://shuruni.dev" alt="Visit My Personal Website">shuruni.dev</a>
</p>
</div>
<script type="module" src="/index.js"></script>
</body>
</html>