-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_wolf.html
30 lines (27 loc) · 988 Bytes
/
my_wolf.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
<!DOCTYPE html>
<html lang="Zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<title>My Wolf</title>
<link rel="stylesheet" href="Css/reset.css">
<link rel="stylesheet" href="Css/my_wolf.css">
</head>
<body>
<!--[if IE]>
<script src="Js/html5shiv.min.js"></script>
< ![endif]-->
<div class="mus_container">
<img class="wolf" id="wolf" src="Res/music_icon.png" alt="My Works">
</div>
<!--Audio-->
<audio autoplay="true">
<source src="Res/dusty.mp3" type="audio/mpeg">
</audio>
<script src="Js/my_wolf.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>