1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { Page } from "https://esm.town/v/xkonti/htmlBuilder";
export function addMilligram(page: Page): Page {
stylesheets.forEach(url => {
page.addStylesheet(url);
});
return page;
}
export const stylesheets = [
"https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic",
"https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css",
"https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css",
];
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
May 19, 2024