23 lines
583 B
HTML
23 lines
583 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 rotating" src="/images/logo-lume-single.svg">
|
|
<h1>Installing Extension</h1>
|
|
<div class="paragraph">
|
|
<p>Downloading your personal gateway into web3...</p>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
|