~alcinnz/rhapsode

ref: 091c7d82762d76096de04e2d3f955f5f28b9ccd8 rhapsode/about/welcome -rw-r--r-- 742 bytes
091c7d82 — Adrian Cochrane Refactor link extraction to match new link dispatch, & defer internationalization to config 1 year, 7 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>