-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalidator.html
More file actions
34 lines (28 loc) · 912 Bytes
/
validator.html
File metadata and controls
34 lines (28 loc) · 912 Bytes
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
27
28
29
30
31
32
33
34
<!DOCTYPE HTML>
<html lang="ja">
<head>
<title>京都大学 <br /> 同好会 <br /> バリデータ</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="./favicon.ico" />
<link rel="stylesheet" type="text/css" href="./index.css" />
</head>
<body>
<h1>
京都大学
<code class="pre"><br /></code> 同好会
<code class="pre"><br /></code> バリデータ
</h1>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a>
<script async src="https://platform.twitter.com/widgets.js"></script>
<br />
<textarea id="text" style="width:400px;height:200px"></textarea>
<br />
<button id="button">validate</button>
<br /> Result:
<span id="result"></span>
<br />
<br />
<br />
<script src="./validator.js"></script>
</body>
</html>