Make it not suck but not much better
This commit is contained in:
parent
958bbd98eb
commit
c8307c1f5c
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…
Reference in New Issue
Block a user