Create index.html

This commit is contained in:
Alex Grin 2021-07-26 16:44:42 -04:00 committed by GitHub
parent 6b686531a8
commit 12836436c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LBRY ID</title>
<style>
*,*:before,*:after{box-sizing:border-box}
body{margin:20px;font-size:16px;font-family: sans-serif;}
</style>
</head>
<body>
<h1>lbry.id</h1>
<p>Yea strong ownership of your online content is great, but have you tried owning your identity?</p>
</body>
</html>