add disclaimer

This commit is contained in:
filifa 2025-04-07 20:46:37 -04:00
parent dc3e783e8c
commit 44d6b3e8f5
2 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,13 @@
<link rel="stylesheet" href="/styles/statsapi.css" />
</head>
<body>
<aside>
<p>This documentation was auto-generated based on an OpenAPI spec found <a href=https://github.com/MajorLeagueBaseball/google-cloud-mlb-hackathon>here</a>.</p>
<p>I have no affiliation with MLB. Content supplied by MLB's Stats API is
copyright MLB Advanced Media, L.P., and use of any content provided by
the API acknowledges agreement to the terms posted <a href=http://gdx.mlb.com/components/copyright.txt>here</a>.</p>
</aside>
<h1>Stats API Documentation</h1>
<div class="app-desc">Official API for Major League Baseball.</div>
<div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div>

View File

@ -5,6 +5,13 @@ body {
margin-right: 24px;
}
aside {
background-color: lightgray;
border: 1px solid black;
color: black;
padding: 8px;
}
h1 {
font-size: 25px;
}