mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
19 lines
1.2 KiB
TypeScript
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>`
|
|
};
|