1 Star 1 Fork 0

古鲁丁/panorama

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
inx1.html 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
古鲁丁 提交于 2016-09-20 14:40 . Upload inx1.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="target-densitydpi=device-dpi,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="viewport" content="width=device-width,height=device-height">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title></title>
<style>
html {
height:100%;
}
body {
height:100%;
padding:0;
margin:0;
overflow:hidden
}
</style>
</head>
<body>
<div id="myPano" style="width:100%;height:100%;">
<div id="nonhtml5" style="display:none;">
<table width="100%" height="100%">
<tr valign="middle">
<td>
<center>
提示:<br/>
<br/>
此网页需要基于WEBKIT并支持CSS 3D的浏览器来浏览。<br/>
您可以使用最新的Safari或Chrome浏览器,或者iOS操作系统的设备(iPhone,iPad,iPod Touch)上的浏览器。<br/>
<br/>
</center>
</td>
</tr>
</table>
</div>
<noscript><table width="100%" height="100%"><tr valign="middle"><td><center>错误:<br/><br/>Javascript没有激活。<br/><br/></center></td></tr></table></noscript>
</div>
<script src="js/rmpano.js" type="text/javascript"></script>
<script type="text/javascript">
if(isHTML5possible()) {
creatViewer("myPano","js/config.js","100%","100%");
} else {
document.getElementById("nonhtml5").style.display = "inline";
}
window.onload = function(){
document.getElementById("copyRight").style.display = 'none';
}
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gurudin/panorama.git
git@gitee.com:gurudin/panorama.git
gurudin
panorama
panorama
master

搜索帮助