You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
605 B
25 lines
605 B
import './assets/app.css'
|
|
import Counter from './lib/counter'
|
|
import logo from "./assets/imba.svg"
|
|
|
|
# Uncomment for dark mode:
|
|
# import './dark-styles'
|
|
|
|
tag my-first-imba-app
|
|
css .logo h:6em p:1.5em
|
|
<self>
|
|
<div>
|
|
<a href="https://imba.io" target="_blank">
|
|
<img.logo[filter@hover:drop-shadow(0 0 4em #ff3e00aa) h:6.5em] src=logo alt="Imba Logo">
|
|
|
|
<h1[c:yellow4]> "Imba server + client"
|
|
|
|
<div.card>
|
|
<Counter>
|
|
|
|
<p>
|
|
"Check out"
|
|
<a href="https://imba.io" target="_blank"> " Imba.io"
|
|
", the Imba documentation website"
|
|
|
|
imba.mount <my-first-imba-app>, document.getElementById('app')
|
|
|