0
0
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
dns-watch-2022/ui/raw/index.pug
thetek 5bffecf09e
help button pop up (#11)
*  help button popups

* 🎨 update left out table generation code

* 📦️ compile jhtml
2021-05-08 12:08:17 +02:00

43 lines
955 B
Plaintext

#content
#header
a( href='https://github.com/tjdev-de/dns-watch' )
button.spaceleft: i( data-feather='github' )
button: i( data-feather='globe' )
button: i( data-feather='sun' )
#title
h1 dns-watch
span .org
span by
a( href='https://www.tjdev.de' ) tjdev.de
#search
#searchbar
.buttonspacer
input#dnswatch-search( type='text' placeholder='Search...' autofocus )
button#dnswatch-search-submit: i( data-feather='search' )
button#help( onclick='show_modal("search")' )
i( data-feather='help-circle' )
small Try "gnu.org", "wikipedia.org", "s.to" or your own website!
#loadani
#spinner
span loading...
#invaliddomain
i( data-feather='x' )
span invalid domain.
#results
#footer
span dns-watch.org by
a( href='https://www.tjdev.de' ) tjdev.de
span |
a( href='/imprint' ) imprint
#modal
#modal-content
#modal-close( onclick='close_modal()' )
i( data-feather='x' )
#modal-message