~alcinnz/rhapsode

ref: ae78008cd512e65b97a7b47d4d7d50d1d48a7ca8 rhapsode/about/version -rw-r--r-- 618 bytes
ae78008c — Adrian Cochrane Useragent CSS: Properly count table cells, adjust image labelling. 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>