From 44d6b3e8f5b07f89d0da90638bd7766b2b8107c7 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 7 Apr 2025 20:46:37 -0400 Subject: [PATCH] add disclaimer --- statsapi/index.html | 7 +++++++ styles/statsapi.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/statsapi/index.html b/statsapi/index.html index 6cd7d88..536a79a 100644 --- a/statsapi/index.html +++ b/statsapi/index.html @@ -5,6 +5,13 @@ +

Stats API Documentation

Official API for Major League Baseball.
More information: https://openapi-generator.tech
diff --git a/styles/statsapi.css b/styles/statsapi.css index 14bd167..f055024 100644 --- a/styles/statsapi.css +++ b/styles/statsapi.css @@ -5,6 +5,13 @@ body { margin-right: 24px; } +aside { + background-color: lightgray; + border: 1px solid black; + color: black; + padding: 8px; +} + h1 { font-size: 25px; }