-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathinput.html
58 lines (50 loc) · 1.96 KB
/
input.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>复刻李峋爱心代码</title>
<meta name="keywords" content="复刻李峋爱心,李峋爱心代码,李峋同款爱心代码,爱心代码,李峋爱心代码,爱心">
<meta name="description" content="这可是李峋同款爱心代码~">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="van-cell van-field love_you">
<div class="van-cell__title van-field__label">
<label id="van-field-1-label" for="van-field-1-input">你要输入的内容</label>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input id="input" type="text" placeholder="你要输入的内容">
</div>
</div>
<div class="van-cell__title van-field__label" style="text-align: center;" >
<label id="confirm" for="van-field-1-input">生成</label>
</div>
<div style="display: none;">http://vr013.com/</div>
</div>
<!-- 这里替换音乐 -->
<audio src="lovexf.mp3" autoplay="autoplay" loop="loop" controls="controls"></audio>
<canvas id="lovexf"></canvas>
<script src="script.js"></script>
<script src="./love.click.js"></script>
</body>
<script>
let confirm = document.getElementById("confirm")
confirm.onclick = function () {
let input = document.getElementById("input")
var inputValue = input.value;
window.location.href = './var.html?name=' + inputValue;
}
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c86d6693de25dbc83f5b35458e469aa0";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>