init
This commit is contained in:
23
popup.html
23
popup.html
@@ -3,9 +3,30 @@
|
||||
<title>谢银路的开发插件</title>
|
||||
<meta charset="utf-8"/>
|
||||
<script src="js/jquery-3.5.1.min.js"></script>
|
||||
<script src="js/bootstrap.js"></script>
|
||||
<script src="js/popup.js"></script>
|
||||
<link href="css/bootstrap.css" rel="stylesheet" >
|
||||
<link href="css/popup.css" rel="stylesheet" >
|
||||
</head>
|
||||
<body style="width: 400px;height: 400px;">
|
||||
<input type="text" id="total" value="">
|
||||
<div>
|
||||
<form action="form_action.asp" method="get">
|
||||
<div class="mb-3">
|
||||
<label for="title" class="form-label">icon</label>
|
||||
<input type="text" class="form-control bookmarks-input" width="" id="title" name="" placeholder="网站标题">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="url" class="form-label">Url</label>
|
||||
<input type="text" class="form-control bookmarks-input" id="url" name="" placeholder="网站Url">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="icon" class="form-label">icon</label>
|
||||
<input type="text" class="form-control bookmarks-input" id="icon" name="" placeholder="icon-url">
|
||||
<img id="icon-img" src="" style="width: 20px;height: 20px;">
|
||||
</div>
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user