28 lines
754 B
Plaintext
28 lines
754 B
Plaintext
doctype html
|
|
html(lang="en")
|
|
head
|
|
title= pageTitle
|
|
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')
|
|
link(rel='stylesheet', href='stylesheets/tailwind.css', type='text/css')
|
|
body
|
|
h1.text-xl=pageTitle
|
|
i.fa.fa-world
|
|
|
|
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
|
|
|
|
|
|
|