aboutsummaryrefslogtreecommitdiff
path: root/src/web/badge/root.zig
blob: 5e8ea25ae8a88b46446cb293bad4f32fe4f47540 (plain)
1
2
3
4
5
6
7
8
const z = @import("z");

pub const component: z.Component = .{
    .name = .badge,
    .body = @embedFile("index.html"),
    .style = @embedFile("index.css"),
    .script = @embedFile("index.js"),
};