first commit
1
衣莎项目/源码/马上洗投票/public/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
c83f0199-8cca-44cb-b71f-508e1d57696f
|
||||
1
衣莎项目/源码/马上洗投票/public/image/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
670659ff-090b-48d7-9610-ad4a440c172b
|
||||
BIN
衣莎项目/源码/马上洗投票/public/image/1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/2.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/3.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/home.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/paihang.png
Normal file
|
After Width: | Height: | Size: 267 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/paihangbang.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/sousuo.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/time_button.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/toutu.png
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
衣莎项目/源码/马上洗投票/public/image/yuan.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
33
衣莎项目/源码/马上洗投票/public/index.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="description" content="【马上洗】有奖征集微影像,我和你之间最美的陪伴"/>
|
||||
<meta name="apple-mobile-web-app-title" content="【马上洗】有奖征集微影像,我和你之间最美的陪伴">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#ee0a24"/>
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="HandheldFriendly" content="true">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<link rel="stylesheet" href="https://cdn.bootcss.com/normalize/8.0.1/normalize.min.css">
|
||||
<link rel="stylesheet" href="https://at.alicdn.com/t/font_1502078_2mwdm3o5jo.css">
|
||||
<link rel="stylesheet" href="https://at.alicdn.com/t/font_1629634_epma4ej2ymh.css">
|
||||
|
||||
<title>【马上洗】有奖征集微影像,我和你之间最美的陪伴</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but share doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app">
|
||||
<!--vue-ssr-outlet-->
|
||||
</div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||