Create index.html
This commit is contained in:
parent
6b686531a8
commit
12836436c8
1 changed files with 17 additions and 0 deletions
17
index.html
Normal file
17
index.html
Normal 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>
|
Loading…
Reference in a new issue