-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloading.html
More file actions
28 lines (25 loc) · 1.08 KB
/
loading.html
File metadata and controls
28 lines (25 loc) · 1.08 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link href="Styles/loading.css" rel="stylesheet" type="text/css"/>
<script charset="gb2312" type="text/javascript" src="3Djs/bar.js"></script>
<title>LOADING</title>
</head>
<script type="text/javascript">
var m_mm=1;
</script>
<body >
<div class="main">
<img class="logo" src="images/logo.png" />
<p class="p1" id="title_name">航空航天大学-机械分拣实验室</p>
<p id="title_str" class="p2">网页加载中···</p>
<!--<img class="loading" src="images/loading_23.png"/> -->
<p>
<!-- canvas 定义图形 只是图形容器必须使用脚本绘制图形-->
<canvas id="myCanvas" width="1000" height="60" style="position:absolute;left:0;bottom:-9%;"></canvas>
</p>
</div>
</body>
</html>