12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <include file="./Application/Home/View/Common/head_include.html" />
- <title>VR学车_VR驾培_VR虚拟驾驶_VR驾驶培训-厦门欣富地智能科技</title>
- </head>
- <body>
- <include file="./Application/Home/View/Common/head.html" />
- <div class="main_div">
- <img src="https://img.x-motion.cn/home/image/vr/vr_01.jpg">
- <img src="https://img.x-motion.cn/home/image/vr/vr_02.jpg">
- <img src="https://img.x-motion.cn/home/image/vr/vr_03.jpg">
- <img src="https://img.x-motion.cn/home/image/vr/vr_06.jpg">
- <img src="https://img.x-motion.cn/home/image/vr/vr_05.jpg">
- </div>
- <include file="./Application/Home/View/Common/footer_logo.html" />
- <include file="./Application/Home/View/Common/footer.html" />
- </body>
- </html>
|