UNPKG

aquameta-widget

Version:

Widget rendering framework built on top of Aquameta

16 lines (13 loc) 300 B
import html from '/db/widget/core/html.js'; import styled from '/db/widget/dep/styled-components.js'; const Wrapper = styled.div` margin-top: 200px; text-align: center; `; export default function Splash() { return html` <${Wrapper}> <h1>Aquameta transport layer<//> <//> `; }