1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2024-09-27 23:42:47 +02:00
Firefox-SCsCC/src/options/options.html
2017-03-18 16:08:18 +01:00

13 lines
271 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SCsCC - Options</title>
<link rel="stylesheet" type="text/css" href="options.css">
</head>
<body>
<table id="options"></table>
<script type="text/javascript" src="options.js"></script>
</body>
</html>