accela_search/popup.html

17 lines
269 B
HTML
Raw Permalink Normal View History

2024-05-03 16:19:50 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Accela Alert</title>
<style>
body {
width: 200px;
padding: 10px;
}
</style>
</head>
<body>
<h2>Accela Alert</h2>
<p>This extension alerts you when you navigate to an Accela website.</p>
</body>
</html>