Search Apps Documentation Source Content File Folder Download Copy Actions Download

home.gno

0.21 Kb · 9 lines
1package nightskyhome
2
3import "gno.land/p/moul/md"
4
5func Render(path string) string {
6	out := md.H2(md.Link("Go to GnoNightSky Network", "/r/nym-vikbez000/nightsky0")) + "\n\n"
7	out += "current version: v0"
8	return out
9}