~alcinnz/rhapsode

ref: 9c5bb28ba168a954442c29855b330843eeee5360 rhapsode/about/version -rw-r--r-- 618 bytes
9c5bb28b — Adrian Cochrane Ensure marker counters are incremented. 4 years ago
                                                                                
a3dc72fe Adrian Cochrane
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>