Alt-Tab-Page/src/pages/options.html

28 lines
813 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Alt Tab Page Settings</title>
<meta charset="utf-8"/>
<style media="screen">
button { float: right; }
#tabPageToLoad { width: 100%; margin-bottom: 0.5em; }
</style>
</head>
<body>
<font size="4">
<div id="alertMessage"> </div>
<p>
Alt Tab Page allows the user to select their preferred load page for new tabs and defaults to Google's when not in use.
<br/><br/>
<label>Prefered Tab Page:</label>
<input id="tabPageToLoad" type="text" value="">
<button id="saveButtonAction" type="button" name="ButtonSave">Save</button>
<button id="delButtonAction" type="button" name="ButtonDel">Delete</button>
</p>
</font>
<script src="../scripts/altTabPageSettings.js"></script>
</body>
</html>