28 lines
598 B
HTML
28 lines
598 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
input[type=text], select {
|
|
width: 70%;
|
|
}
|
|
.buttons {
|
|
display: inline-block;
|
|
}
|
|
</style>
|
|
</head>
|
|
<div class="buttons">
|
|
<a href="https://git.virtit.fr/VirtIT/wext-httpspluschecker"><button>Source of the Extension</button></a>
|
|
<a href="https://git.virtit.fr/VirtIT/wext-httpspluschecker_api"><button>Source of the API</button></a>
|
|
</div>
|
|
<form>
|
|
<label>API URL :<br><input type="text" id="API" ></label>
|
|
<br>
|
|
<button type="submit">Save</button>
|
|
</form>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|