matteo-the-prestige/templates/base.html

30 lines
1.3 KiB
HTML
Raw Normal View History

2021-01-02 11:21:53 +00:00
<html lang="en-US">
<head>
<script src="//code.jquery.com/jquery-3.5.1.min.js"></script>
2021-01-02 22:36:19 +00:00
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
2021-01-02 11:21:53 +00:00
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/3.0.4/socket.io.js"></script>
<script type="text/javascript" async src="https://platform.twitter.com/widgets.js"></script>
<title>⚾ The Simmadome</title>
<meta property="og:title" content="Watch at the Simmadome" />
<meta property="og:description" content="The Simsim: Your players, your teams, your games." />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@SIBR_XVI">
<link rel="stylesheet" href="/static/css/common.css">
{% block head_tags %}{% endblock %}
</head>
<body>
<div id="header">
<div id="link_div">
2021-01-05 16:56:41 +00:00
<a href="https://github.com/kevroded/matteo-the-prestige" class="link" target="_blank" rel="noopener noreferrer">Github</a><br />
2021-01-02 11:21:53 +00:00
</div>
2021-01-03 20:24:50 +00:00
<a href="/" class="page_header"><h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2></a>
2021-01-05 16:56:41 +00:00
<h2 class="page_header">Games available via the blaseball channel <img src="static/discord.png" height="30"></h2>
2021-01-02 11:21:53 +00:00
</div>
{% block body %}{% endblock %}
</body>
</html>