|
147
|
+ </head>
|
|
|
148
|
+ <body>
|
|
|
149
|
+ <div class="container">
|
|
|
150
|
+ <article class="text-center">
|
|
|
151
|
+ <a href="http://pai.ai">
|
|
|
152
|
+ <img src="{% static 'pai2/img/paiai_96_96.png' %}" class="logo">
|
|
|
153
|
+ </a>
|
|
|
154
|
+ <div class="title">
|
|
|
155
|
+ <a href="http://pai.ai" class="text-blue">拍爱</a>
|
|
|
156
|
+ </div>
|
|
|
157
|
+ <div class="description text-muted">即拍即分享</div>
|
|
|
158
|
+ <div class="download">
|
|
|
159
|
+ <a href="">
|
|
|
160
|
+ <button class="hero-button">下载<strong>v1.0.0</strong></button>
|
|
|
161
|
+ </a>
|
|
|
162
|
+ </div>
|
|
|
163
|
+ </article>
|
|
|
164
|
+ </div>
|
|
|
165
|
+ </body>
|
|
|
166
|
+</html>
|