mastodon-archive-stats/views/index.pug

28 lines
754 B
Plaintext
Raw Normal View History

doctype html
html(lang="en")
head
title= pageTitle
2020-07-20 14:40:06 +02:00
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', type='text/css')
link(rel='stylesheet', href='stylesheets/main.css', type='text/css')
2020-10-18 15:20:21 +02:00
link(rel='stylesheet', href='stylesheets/tailwind.css', type='text/css')
body
2020-10-18 17:57:32 +02:00
h1.text-xl=pageTitle
2020-07-20 14:40:06 +02:00
i.fa.fa-world
2020-07-19 16:46:34 +02:00
2020-10-18 17:57:32 +02:00
section.bg-white.rounded-lg.shadow-xl.text-gray-900.grid-cols-2
div.p-6
include partials/stats.pug
div.p-6
include partials/contacts.pug
div.p-6
include partials/hashtags.pug
div.p-6
include partials/config.pug
div.p-6
include partials/likes.pug
div.p-6
include partials/toots.pug
2020-07-19 16:46:34 +02:00
2020-07-20 12:39:01 +02:00