1 Star 0 Fork 0

swimly/smartSeat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
welcome.html 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
swimly 提交于 2016-06-22 15:45 . 初稿完成
<!DOCTYPE html>
<html>
<head>
<meta name ="viewport" content ="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta charset="UTF-8">
<title>欢迎</title>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="app app-sub white">
<div class="app-view">
<div class="app-view-content pad-1">
<div class="row" style="height:90%;">
<div class="col v-m t-c">
<img style="width:14rem;" src="img/app-logo.png" />
<p style="font-size:1.2rem;color:#767676;margin-top:2rem;">自习室座位预约系统</p>
</div>
</div>
<div class="row" style="height:10%;">
<div class="col t-c v-m" style="font-size:1rem;color:#767676;">
版权所有 : 北京九州微众科技有限公司
</div>
</div>
</div>
</div>
</div>
<script>
setTimeout(function(){
window.location="登录.html";
},3000)
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/swimly/smartSeat.git
[email protected]:swimly/smartSeat.git
swimly
smartSeat
smartSeat
gh-pages

搜索帮助