quasvel
Version:
Access and interact with Aragon Organizations and their apps.
51 lines (50 loc) • 1.13 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Connect React − Intro</title>
<style>
body,
button {
font: 16px/1.5 monospace;
}
body {
margin: 0;
padding: 40px;
color: #333;
background: #e5ffff;
}
button {
display: block;
width: auto;
padding: 5px;
color: #fff;
background: #a5aaaa;
border: 0;
border-radius: 3px;
cursor: pointer;
font-size: 14px;
}
h1 {
display: flex;
align-items: center;
margin: 30px 0 10px;
font-weight: 400;
font-size: 22px;
}
h1 button {
margin-left: 10px;
}
section h1 {
font-size: 18px;
}
</style>
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/_dist_/index.js"></script>
</body>
</html>