~alcinnz/rhapsode

ref: a3dc72fecc0c1ea5705e723c2bfe06d53d57c695 rhapsode/about/version -rw-r--r-- 618 bytes
a3dc72fe — Adrian Cochrane Refactor Rhapsode to use new HURL APIs and more leniantly handle MIMEtypes. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<html>
<head>
  <meta charset="utf-8" />
  <title>About Rhapsode</title>
</head>
<body>
  <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 1</h1>
  <p>2019–2020 © <a href="https://adrian.geek.nz/" title="Author">Adrian Cochrane</a>, and others</p>
  <p>Redistribution licensed under the
    <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html" title="License">GNU GPLv3+</a>.
    Sound effects are
    <a href="https://www.copyrightlaws.com/what-is-the-public-domain/" title="Sound effects">Public Domain</a>.</p>
</body>
</html>