Also simplify copying of polyfill, this change though requires node 8 or newer but this should be fine as node is only necessary to build the extension
19 lines
459 B
HTML
19 lines
459 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>WakaTime options</title>
|
|
|
|
<link href="public/css/app.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="wakatime-options"></div>
|
|
|
|
<script src="public/js/browser-polyfill.min.js"></script>
|
|
<script src="public/js/options.js"></script>
|
|
</body>
|
|
</html>
|