-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuranai.html
59 lines (50 loc) · 1.46 KB
/
uranai.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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 />
<form id="form">
今日の br は?
<fieldset>
<div>
<input type="radio" id="br-close" name="br" checked>
<label for="br-close"><br /></label>
</div>
<div>
<input type="radio" id="br-close-nospace" name="br">
<label for="br-close-nospace"><br/></label>
</div>
<div>
<input type="radio" id="br-open-close" name="br">
<label for="br-open-close"><br></br></label>
</div>
<div>
<input type="radio" id="br-noclose" name="br">
<label for="br-noclose"><br></label>
</div>
</fieldset>
<br />
<div>
<button type="submit">占う</button>
</div>
</form>
<br /> Result:
<span id="result"></span>
<br />
<br />
<br />
<script src="./uranai.js"></script>
</body>
</html>