22 lines
754 B
HTML
22 lines
754 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="height: 100%">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
<meta property="og:title" content="SBa Season 11" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://sba.manticorum.com" />
|
|
<meta property="og:image" content="https://sba.manticorum.com/sba-network.png" />
|
|
<meta property="og:description" content="The home of the Strat-o-matic Baseball Association" />
|
|
<meta name="theme-color" content="#A6CE39">
|
|
<title>SBa Season 11</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |