-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 879 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<meta content="width=device-width" name="viewport"><!--自适应浏览器宽-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/><!--IE低版本兼容-->
<meta charset="UTF-8" />
<title>西安山脉科技发展有限公司</title>
<link href="./public/css/summit_OS.css" rel="stylesheet" type="text/css"/>
<link rel="SHORTCUT ICON" href="./public/image/summit_os.ico"/>
<style type="text/css"></style>
</head>
<body>
<img class="top" style="width:100%;" src="./public/image/top.png">
<div class="main">
<video src="./public/image/mv.mp4" autoplay="autoplay" muted="muted" loop="loop">你的浏览器不支持视频</video>
<audio src="./public/image/music.mp3" autoplay="autoplay" loop="loop"></audio>
<img class="rtu" src="./public/image/rtu.png">
</div>
</body>
</html>