Search Apps Documentation Source Content File Folder Download Copy

z1_filetest.gno

1.16 Kb ยท 37 lines
 1package main
 2
 3import "gno.land/r/moul/home"
 4
 5func main() {
 6	println(home.Render(""))
 7}
 8
 9// Output:
10// Click [here](https://moul.github.io/gno-moul-home-web25/) to visit the full rendering experience.
11// # Manfred's (gn)home Dashboard
12// ## Meme
13// ![meme](https://i.imgflip.com/7ze8dc.jpg)
14//
15// ## Status
16// Online
17//
18// [update](/r/moul/home$help&func=UpdateStatus)
19//
20// ## Personal TODO List (bullet list)
21// - fill this todo list... [x](/r/moul/home$help&func=DeleteTodo&idx=0)
22// - [\[new\]](/r/moul/home$help&func=AddTodo)
23// ## Personal TODO List (table)
24// | ID | Item | Links |
25// | --- | --- | --- |
26// | #0 | fill this todo list... | [\[del\]](/r/moul/home$help&func=DeleteTodo&idx=0) |
27// ## SVG Example
28// this feature may not work with the current gnoweb version and/or configuration.
29//
30// <svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"><rect x="50" y="50" width="100" height="100" fill="red" /><circle cx="50" cy="50" r="100" fill="red" /><text x="100" y="100" fill="magenta">hello world!</text></svg>
31//
32// ## Debug
33// this feature may not work with the current gnoweb version and/or configuration.
34//
35// [toggle debug](/r/moul/home:?debug=1)
36//
37//