web3extension.io/lume-installer/index.html

33 lines
924 B
HTML

<!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">
<img class="header-icon" src="/images/logo-lume-single.png"><h1>Lume Web Extension Installer</h1>
<div class="paragraph">
<p>Click install to load the Lume Web Extension into Chrome and Brave.</p>
</div>
<div class="notice">
<div class="notice-content">
<span>Please ensure your Chrome and/or Brave browser is <strong>completely closed</strong> before proceeding.</span>
</div>
</div>
<div class="action-button">
<a href="installer.html"><button class="btn">Install extension</button></a>
</div>
</div>
</body>