~alcinnz/rhapsode

ref: 2dc5e4d3e62531c5915ee0bc8dca6068be8faff0 rhapsode/about/welcome -rw-r--r-- 742 bytes
2dc5e4d3 — Adrian Cochrane Fix embedding of data files to be more lenient towards build systems. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <title>Welcome</title>
</head>
<body>
  <h1>Welcome to <a href="https://rhapsode.adrian.geek.nz/"><strong>Rhapsode</strong></a>!</h1>
  <p><a href="about:example" title="How do webpages sound?"><em>Hear</em></a> the vast breadth of <strong>
    <a href="https://searchmysite.net/search/browse/" title="SearchMySite.Net catalogue">knowledge</a> &
    <a href="https://adrian.geek.nz/movies" title="Adrian Cochrane's audio show, etc recommendations">entertainment</a>
   </strong> available online!</p>

  <p>Repeat back the name of a <a href="https://searchmysite.net/search/random/" title="Random link">link</a> to hear <em>all</em> about that topic.</p>

  <!-- Follow up with links table -->
</body>
</html>