-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleave.html
39 lines (38 loc) · 1.38 KB
/
leave.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Leave</title>
<script type="text/javascript" src="asset/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="asset/js/typewriter.js"></script>
<style type="text/css">
body{
background-image: url('asset/img/leave.jpg');
}
.text{
color: #0F0;
font-size: 20px;
padding: 0 0 0 400px;
}
</style>
</head>
<body>
<embed src="http://m1.music.126.net/ez_VQLpitYNc6Qhfqg5EWg==/1284229581245209.mp3" autostart="true" loop="true" hidden="true" width="0" height="0"></embed>
<div id="write" class="text">
<h1 style="padding-left:150px;">离别</h1>
<p>Good bye My best frineds!</p>
<p style="padding-left:50px;">再见了,我最好的朋友!</p>
<p>Nobody can find me......</p>
<p style="padding-left:50px;">以后没有任何一个人可以找到我.(除了真心的)</p>
<p>Good bye , Class 1 Grade 7</p>
<p style="padding-left:50px;">再见了 七一班...</p>
<p>please forget me ........</p>
<p style="padding-left:50px;">请忘记我......</p>
<p>看到我说再见,你们很开心吧?</p>
<p style="padding-left:50px;">致:恨我的人......</p>
<p>By:Class's lose</p>
<p style="padding-left:50px;">最后一次的CAgt</p>
</div>
<script>$("#write").typewriter();</script>
</body>
</html>