mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-07-02 17:00:30 +08:00
13 lines
404 B
HTML
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> |