This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
forked from itorr/homo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (73 loc) · 2.37 KB
/
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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html id="rbq">
<head>
<meta charset="UTF-8">
<meta name="description" content="在碧蓝中肆意遨游,缕缕阳光也为你闪耀."/>
<title>恶臭数字便证器</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://github.com/fluidicon.png">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/tomorrow-night-eighties.css">
<link rel="stylesheet" href="/assets/css/style.css">
<style>
input{
outline:0;
font-size:20px;
line-height: 26px;
text-align: center;
padding:8px 12px;
border:0;
width: 80%;
max-width:300px;
-webkit-appearance: none;
}
{
font-size:24px;
font-family: "Comic Sans MS", script;
padding:40px 10px 100px;
}
</style>
</head>
</div>
<div class="content" id="main-content">
<div class="content-wrapper">
<div class="page">
<div class="page-main">
<div class="page-title">恶臭数字便证器</div>
<p>一个将任意数字分解成 114514 构成的公式的工具.</p>
<input id="进" placeholder="输入数字" type="number">
<div id="哼哼啊啊"></div>
<script src="homo.js"></script>
<script>
进.oninput = _=>{
const 数字 = 进.value === '' ? '' : Number(进.value);
哼哼啊啊.innerHTML = 数字 +' = <big>'+ homo(数字) + '</big>';
rbq.setAttribute('数字',数字);
};
进.oninput();
</script>
<h4 id="github">Github</h4>
<p><a href="https://github.com/xiaochopin/homo/">https://github.com/xiaochopin/homo</a></p>
<h4 id="原项目地址">原项目地址</h4>
<p><a href="https://github.com/itorr/homo">https://github.com/itorr/homo</a></p>
<h4 id="license">License</h4>
<ul>
<li><a href="https://github.com/xiaochopin/homo/blob/master/LICENSE">MIT</a></li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="content-wrapper contact" id="contact">
<div class="contact-copyright">
Chopin © 2022
</div>
</div>
</footer>
<script src="/assets/scripts/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>