Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions inspector/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header style="text-align: center;">
<small style="color: darkred;">Inspector is intended for Human use in-browser! Automated interactions may result in bans via IP, User-Agent, or other characteristic that PyPI admins deem reasonable.</small>
</header>
<main>
<h1><a href="/">Inspector</a></h1>
<form action="/">
Expand Down