Files
Mostly-Harmless/background.html
T

13 lines
404 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Background Processes</title>
<script src="fancy-settings/lib/store.js" type="text/javascript"></script>
<script src="background.js" type="text/javascript"></script>
</head>
<body>
<h1>Background Processes</h1>
<p>Unless you are developing and inspecting the code, you probably should not be seeing this page.</p>
</body>
</html>