bibliotecha-captive-portal/index.html

33 lines
1.1 KiB
HTML
Raw Normal View History

2019-06-26 13:41:26 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
2019-07-09 15:29:36 +02:00
<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>
2019-06-26 13:41:26 +02:00
</head>
<body>
2019-07-09 15:29:36 +02:00
<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>
2019-06-26 13:41:26 +02:00
</body>
</html>