Browse Source

Make it not suck but not much better

master
Luke Murphy 5 years ago
parent
commit
c8307c1f5c
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 26
      index.html

26
index.html

@ -3,10 +3,30 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>bibliotecha.library</title>
<title>Bibliotecha.library: Digital books need libraries too</title>
<style type="text/css" media="screen">
.center {
margin: auto;
width: 50%;
border: 1px solid #5FE9BF;
padding: 10px;
text-align: center;
}
</style>
</head>
<body>
<!-- TODO: Make this an actually nice welcome page -->
<a href="http://bibliotecha.library" target="_blank">bibliotecha.library</a>
<div class="center">
<h1>Bibliotecha.library</h1>
<h2><a href="http://bibliotecha.library" target="_blank">Enter the library</a></h2>
<p>
Bibliotecha is a framework to facilitate the local distribution of
digital publications within a small community. It relies on a
microcomputer running open-source software to serve books over a local
wifi hotspot. Using the browser to connect to the library one can
retrieve or donate texts. Bibliotecha proposes an alternative model of
distribution of digital texts that allows specific communities to form
and share their own collections.
</p>
</div>
</body>
</html>

Loading…
Cancel
Save