mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-07-09 00:20:31 +08:00
12 lines
327 B
HTML
12 lines
327 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Background Processes</title>
|
|
<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> |