Update custom.html

master
xxDUxx 2022-02-10 14:16:10 +01:00 committed by GitHub
parent d6e07c4889
commit dfef601e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
</head>
<body>
<form>
<input type="checkbox" id="Impact" name="Impact" value="0">
<input type="checkbox" id="Impact" name="Impact">
<label for="Impact">Impact</label><br>
<input type="checkbox" id="Phosphate" name="Phosphate" value="1">
<input type="checkbox" id="Phosphate" name="Phosphate">
<label for="Phosphate">Phosphate</label><br>
<p>Click <button id="upload" class="btn btn-primary">Upload</button></p>
<script src="../../core/lib/customize.js"></script>