-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (63 loc) · 2.56 KB
/
Copy pathindex.html
File metadata and controls
64 lines (63 loc) · 2.56 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="寰宇体">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<!-- 外部CSS调用 -->
<link rel="stylesheet" href="/CSS/topnav.css">
<link rel="stylesheet" href="/CSS/background.css">
<link rel="stylesheet" href="/CSS/img.css">
<link rel="stylesheet" href="/CSS/show_text.css">
<title>嵌入式系统与智能车创新基地</title>
<link rel="icon" href="/img/bitbug_favicon.ico">
<link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons' />
</head>
<style>
body {margin:0;}
</style>
<body>
<div class = "loader-wrapper">
<div class="topnav">
<a class="active" href="/index.html">
<i class="material-icons">home</i>
<p>主页</p>
</a>
<a href="/html/about us/index.html">
<i class="material-icons">contacts</i>
<p>关于我们</p>
</a>
<a href="/html/introduct/index.html">
<i class="material-icons">info</i>
<p>实验室介绍</p>
</a>
<a href="/html/recruitment/index.html">
<i class="material-icons">supervisor_account</i>
<p>招新相关</p>
</a>
</div>
<div align = "center">
<div class="loader"></div>
<div style="position: relation;">
<div class="ico">
<a href="/index.html"><img src = "/img/LOGO1.png" style="margin-top: 60px;height: 250px;" alt = "这是个图标" title = "好耶,是个图标!"></a>
</div>
</div>
<div class="write_text">
<h1>
<span class="text" ></span>
</h1>
</div>
<div class="loader-text" style="margin-left: 40px;">
<div>E</div>
<div>M</div>
<div>B</div>
<div>Y</div>
<div>Y</div>
<div>D</div>
<div>S</div>
</div>
</div>
</div>
<script src = "script/Home.js"></script>
</body>
</html>