<!doctype html> | |
<html> | |
<head> | |
<title>OneTab</title> | |
<link href="onetab.css" rel="stylesheet" type="text/css" /> | |
<script src="ext-onetab-concatenated-sources-onetab.js"></script> | |
</head> | |
<style> | |
.tabGroupTitleText { | |
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; | |
color: #444; | |
} | |
</style> | |
<body style="margin:0; padding:0; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; font-weight: 400; font-size:14px"> | |
<div id="settingsDiv"></div> | |
<div id="contentAreaDiv"></div> | |
</body> | |
</html> | |