-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
89 lines (82 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/css/amazeui.css">
<link rel="stylesheet" href="css/index.css">
<title>Document</title>
</head>
<body>
<div class="body">
<div class="mp4">
<video width="100%" height="100%" autoplay="autoplay" loop="true">
<source src="../农牧云2.mp4" type="video/mp4"> 您的浏览器不支持此种视频格式。
</video>
</div>
<div class="nav">
<table class="nav-table">
<tr>
<td class="logo">
<img class="" src="img/农牧云.png" alt="">
</td>
<td>
<a href="">首页
<br>
<span>Home Page</span>
</a>
</td>
<td>
<a href="">
云上集市
<br>
<span>Cloud Shop</span>
</a>
</td>
<td>
<a href="">
云上农场
<br>
<span>Cloud Farm</span>
</a>
</td>
<td>
<a href=""> 个人中心
<br>
<span>Personal Center</span>
</a>
</td>
<td>
<a href="">
关于我们
<br>
<span>About Us</span>
</a>
</td>
<td class="serch">
<div class="am-input-group">
<input type="text" class="am-form-field">
<span class="am-input-group-btn">
<button class="am-btn am-btn-default" type="button">
<span class="am-icon-search"></span>
</button>
</span>
</div>
</td>
</tr>
</table>
</div>
</div>
<div class="foot">
<p>©2018 - 版权所有 </p>
<p>PC版 | 本站自己手动搭建 |
<a href="">管理登录</a>
</p>
</div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/amazeui.js"></script>
<script>
</script>
</body>
</html>