Add index.html

This commit is contained in:
Waylon Walker 2021-06-11 08:27:30 -05:00
parent ea2669eddf
commit 31f42b76f5

35
site/index.html Normal file
View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>pypi-list</title>
<meta name="description" content="A listing of available python package names">
<meta property="og:title" content="pypi-list">
<meta property="og:description" content="A listing of available python package names">
<meta property="og:image" content="">
<meta property="og:image:alt" content="">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:url" content="https://pypi-list.waylonwalker.com">
<link rel="canonical" href="https://pypi-list.waylonwalker.com">
<link rel="icon" href="/favicon.ico">
<meta name="theme-color" content="#FF00FF">
<style>
* {
font-family: monospace;
}
</style>
</head>
<body>
<h1>pypi-list</h1>
Checkout the available pypi packages that are single words in <a href='./available.json'>available.json</a>
</body>
</html>