-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 746 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>ヒフミン</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
</head>
<body>
<a class="github-fork-ribbon" href="https://github.com/kojix2/hifmin" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<div id="container">
<textarea id="inputText" placeholder="ここに文章を入力"></textarea>
<textarea id="outputText" readonly></textarea>
</div>
<footer>
<p>© 2024 kojix2</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>