Skip to content

Commit

Permalink
typo: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
schuur committed Oct 1, 2024
1 parent a26a2a1 commit 3ffbd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build:
python3 tools/generate-excel.py pact-openapi-2.2.0.yaml
python3 tools/generate-excel.py pact-openapi-2.3.0.yaml
echo '<html>' > index.html
echo '<head><style>body { font-family: sans-serif; color: black; } h1,h2,h3,a { color: rgb(0, 90, 156); } a:not([href]) { color: darkgray; }] </style></head><body>' >> index.html
echo '<head><style>body { font-family: sans-serif; color: black; margin: 2em; } h1,h2,h3,a { color: rgb(0, 90, 156); } a:not([href]) { color: darkgray; }] </style></head><body>' >> index.html
echo '<h1>PACT OpenAPI Schema</h1>' >> index.html
echo '<p>The OpenAPI schema and the Simplified Data Model in Excel format for recent and upcoming versions of the PACT Data Model.</p>' >> index.html
echo '<p>This page contains the OpenAPI schemas and the Simplified Data Model in Excel format for recent and upcoming versions of the PACT Data Model.</p>' >> index.html
echo '<p>For more information, please visit the <a href="https://carbon-transparency.org/">PACT website</a> and the <a href="https://github.com/wbcsd/pact-openapi">WBCSD GitHub repository</a>.</p>' >> index.html
echo '<h2>2.0.0</h2>' >> index.html
echo '<a>PACT OpenAPI 2.0.0</a><br/>' >> index.html
Expand Down

0 comments on commit 3ffbd41

Please sign in to comment.