-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
14 lines (14 loc) · 999 Bytes
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/options.css">
<script src="js/options.js"></script>
</head>
<body>
<h1 id="title" style="text-align: center;">Options</h1>
<template id="bool-template"><tr class="bool"><td class="a"></td><td class="b"><select class="c"><option value="true">true</option><option value="false">false</option></select></td></tr></template>
<table style="width: max-content;min-width: 70%;margin-left: 15%;margin-right: 15%;" id="main_settings"><tbody></tbody></table>
<div style="margin-right: 15%;text-align: right;"><button id="reset" class="a">Reset settings</button><button id="reload" class="a">Reload settings</button><button id="save">Save</button></div>
</body>
</html>