Skip to content

Instantly share code, notes, and snippets.

@hexagit
Created October 10, 2019 07:49
Show Gist options
  • Save hexagit/903563a1f35562a529c89688a4fb0e72 to your computer and use it in GitHub Desktop.
Save hexagit/903563a1f35562a529c89688a4fb0e72 to your computer and use it in GitHub Desktop.
<!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