Browse Source

......

master
SeraphJACK 3 years ago
parent
commit
a330ccf7c8
Signed by: SeraphJACK <seraphjack@outlook.com> GPG Key ID: 14162B46567AB06F
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      static/index.html

+ 6
- 4
static/index.html View File

@@ -5,10 +5,12 @@
<link rel="stylesheet" href="css/style.css">
<title>Votes</title>
</head>
<body class="main">
<p class="question">你认为 zzzz 是大佬吗</p>
<button onclick="voteIsDL()">是</button>
<button onclick="voteIsNotDL()">不是</button>
<body>
<div class="main">
<p class="question">你认为 zzzz 是大佬吗</p>
<button onclick="voteIsDL()">是</button>
<button onclick="voteIsNotDL()">不是</button>
</div>
</body>
<script src="js/vote.js"></script>
<script src="js/sha256.min.js"></script>


Loading…
Cancel
Save