2022-04-09 10:00:53 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Lume Web Extension Installer</title>
|
|
|
|
<link rel="stylesheet" href="./css/reset.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="./css/style.css" type="text/css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="content-container">
|
|
|
|
|
2022-04-11 08:14:17 +00:00
|
|
|
<img class="header-icon" src="/images/logo-lume-single.png">
|
2022-04-09 10:00:53 +00:00
|
|
|
<h1>Extension installed succesfully</h1>
|
|
|
|
<div class="paragraph">
|
|
|
|
<img src="images/icon-check.svg" /><p>All done, fully powered and ready to go!</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|