source: gutenbach-web/about.html @ 1998d46

debianmacno-cupsweb
Last change on this file since 1998d46 was 1998d46, checked in by Edward Z. Yang <edwardzyang@…>, 15 years ago

Prettify.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

  • Property mode set to 100644
File size: 881 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml"
4      xmlns:py="http://genshi.edgewall.org/"
5      xmlns:xi="http://www.w3.org/2001/XInclude">
6
7  <xi:include href="master.html" />
8
9<head>
10  <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
11  <title>About / sipbmp3 web</title>
12</head>
13
14<body>
15    <div>
16        <p>
17            sipbmp3 is the MP3 spooler for SIPB office, which allows office
18            users to print MP3 files to a server and have them be played
19            on external speakers.
20        </p>
21        <p>
22            This website will tell you (eventually) <strong>what's
23            playing</strong>, as well as allowing you to adjust the volume.
24        </p>
25    </div>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.