further work on ftbhot about page

This commit is contained in:
Xevion
2019-10-03 22:01:20 -05:00
parent 4baa86e90d
commit 72639cff6f
4 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title></title>
<link type="application/json+oembed" href="https://xevion.dev/ftbhot/json" />
{% if description is defined %}<meta content="{{ description }}" property="og:description">{% endif %}
{% if banner_image is defined %}<meta content="{{ banner_image }}" property="og:image"><meta name="twitter:card" content="summary_large_image">{% endif %}
{% if color is defined %}<meta content="{{ color }}" name="theme-color">{% endif %}
</head>
<body>This page isn't meant to be viewed by users.</body>
</html>