ime - initial version
This commit is contained in:
28
ime.html
Normal file
28
ime.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>ime test</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "heonian";
|
||||
src: url('HeonianAlone.otf');
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: "heonian";
|
||||
font-size: 32px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>type in ime, wow!!!!!!!!!!!</p>
|
||||
<textarea type="text" class="ime">
|
||||
</textarea>
|
||||
|
||||
<script src="./ime.js" async defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user