Sin Descripción

index.html 1.8KB

    {% load staticfiles %} <!doctype html> <html> <head> <meta charset="UTF-8"> <title>拍爱 PAI.AI 首页</title> <meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> <link href="{% static 'website/css/layout.css' %}" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="{% static 'website/js/jquery.min.js' %}"></script> </head> <body class="content_bg"> <div id="header"> <div class="content"> <a href="{% url 'pai2_home' %}" target="_self" class="logo"></a> <div class="navigation"> <a href="{% url 'pai2_contactus' %}" target="_self" >联系我们</a> <a href="{% url 'pai2_joinus' %}" target="_self" >加入拍爱</a> <a href="{% url 'pai2_aboutus' %}" target="_self" >关于我们</a> <a href="{% url 'pai2_home' %}" target="_self" class="current" >首页</a> </div> </div> </div> <div id="container" > <div class="content"> <div class="container_box"> <div class="mobile"></div> <div class="mb_img"></div> <div class="article">即拍即分享<p>一起走过的路,<br>一起看过的美景,<br>一起醉过的Party,......<br>回忆容易消逝,<br>一起拍,照片让爱历久弥新。</p></div> <a href="" target="_blank" class="android_download"></a> </div> </div> </div> <div id="footer"> <div class="content foot homefooter"> <a href="{% url 'pai2_aboutus' %}" target="_self" >关于我们</a> <span>|</span> <a href="{% url 'pai2_contactus' %}" target="_self" >联系我们</a> <span>|</span> <a href="{% url 'pai2_termofservice' %}" target="_self" >服务条款</a> ©2016 拍爱 PAI.AI 北京佳艺徕经贸有限责任公司 琼ICP备16000076号 </div> </div> </body> </html>