fxtwitter-docker/src/html.ts
2022-07-14 13:51:59 -04:00

19 lines
1.2 KiB
TypeScript

import { Strings } from './strings';
export const Html = {
BASE_HTML: `<!DOCTYPE html>
<html {lang}>
<!-- ███████████ ▐█▌ ███ ███
███ █ ███ ███
███ ███ ███
█████▌ ███ ███ ███ ███ ███ ███ ███ ██████ ██████ ▐████▌ ███▐███
███ ██▌ ▐█▌▐█▌ ███ ███ ███ ███ ███ ███ ███ ▐█▌ ▐█▌ ███▌
███ ███ ▐██▌ ███ ███ ███ ███ ███ ███ ███ ████████ ███
███ ▐██▌ ▐█▌▐█▌ ███ ▐██▌ ███ ▐██▌ ███ ▐██▌ ▐██▌ ▐█▌ ███
█████▌ ███ ███ ███ ▐█████████▌ ███ ▐████ ▐███ ▐████ ███
███
███ The best way to embed tweets.
███ A work in progress by @dangeredwolf
-->
<head>{headers}</head>`
};