Created
October 10, 2019 07:49
-
-
Save hexagit/903563a1f35562a529c89688a4fb0e72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<script src="jquery-3.4.1.min.js"></script> | |
<script src="popup.js"></script> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
<style> | |
body { | |
width: 512px; | |
height: 128px; | |
} | |
</style> | |
</head> | |
<body> | |
<font size="4">■ヘキサブログの新作チェック</font> | |
<table> | |
<tr> | |
<th align="center" width="52">日付</th> | |
<td> | |
<select id="Year"></select>年<select id="Month"></select>月<select id="Date"></select> | |
日 | |
</td> | |
</tr> | |
</table> | |
</br> | |
<button type="button" id="SearchButton"> | |
検索 | |
</button> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment