#!/usr/bin/lua package.path = ".zs/?.lua;" .. package.path local html = require "components.html" print(html { tag = "div", class = "webring", { tag = "span", { tag = "a", class = "volatile", href = "https://ring.acab.dev/prev/C1NMCp8IXr", title = "go to the previous page in the webring", "[<<]" } }, { tag = "span", { tag = "a", class = "volatile", href = "https://ring.acab.dev/rand/C1NMCp8IXr", title = "go to a random page in the webring", "[?]" } }, { tag = "span", { tag = "a", class = "volatile", href = "https://ring.acab.dev", title = "hacker webring", "[⠠⠵ ]" } }, { tag = "span", { tag = "a", class = "volatile", href = "https://ring.acab.dev/next/C1NMCp8IXr", title = "go to the next page in the webring", "[>>]" } }, })