5 Star 4 Fork 1

程序猿付显 / yimi-vote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vote.html 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序猿付显 提交于 2015-04-11 16:35 . No commit message
<!DOCTYPE html>
<html>
<head>
<title>投票</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no,email=no" />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 1280px)" href="css/vote-phone.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 1280px)" href="css/vote-pc.css" />
<script type="text/javascript" src="js/jquery-1.8.2.js"></script>
<script type="text/javascript" src="js/vote.js"></script>
</head>
<body>
<div class="box">
<div class="box1">
<div class="vote-font">
<p id="p1"></p>
<p id="p2"></p>
</div>
<table class="vote-div-body">
<tr id="tr">
</tr>
</table>
</div>
</div>
<div class="share-div-link">
<a href="javascript:show('3')"><span>投票</span>
</a>
</div>
</body>
</html>
HTML
1
https://gitee.com/fusxian/yimi-vote.git
git@gitee.com:fusxian/yimi-vote.git
fusxian
yimi-vote
yimi-vote
master

搜索帮助