-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
1 lines (1 loc) · 1.61 KB
/
index.html
1
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Bản đồ địa hình tỉnh Nghệ An</title> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link rel="stylesheet" type="text/css" href="./trangxoa2threejs.css"> <script src="../../lib/js/testsupport_webgl.js"></script> </head> <body onLoad="javascript:webgl_detect();onLoad();"> <div id="webgl"></div> <script src="./threejs/three.min.js"></script> <script src="./threejs/OrbitControls.js"></script> <script type="text/javascript" src="./dat-gui/dat.gui.min.js"></script> <script src="./trangxoa2threejs.js"></script> <script> option.bgcolor = 0x000000; </script> <script src="./nghean_ex4.js"></script> <script src="./trangxoa.js"></script> <script src="./CustomPlane.js"></script> <div id="popup" style="display:none;"><div id="popupbar"><span id="closebtn">X</span></div><div id="popupcontent"> <div id="queryresult"></div> <div id="pageinfo"> <h1>Đường dẫn hiện thời</h1> <div><input id="urlbox" type="text"></div> <hr> <h1>Hướng dẫn</h1> <div id="usage"></div> <hr> <h1>Giới thiệu</h1> <div id="about">Bản đồ mô hình độ cao tỉnh Nghệ An</div> <br>soiqualang_chentreu <ul> <li>Website: <a href="http://trangxoa.com">Trắng Xóa</a></li> <li>Facebook: <a href="https://www.facebook.com/soiqualang.chentreu?ref=tn_tnmn">soiqualang.chentreu</a></li> <li>Google plus: <a href="https://plus.google.com/+chentreusoiqualang">+chentreusoiqualang</a></li> </ul> </div></div></div> <div id="footer"><div id="infobtn">i</div></div> </body> </html>