aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 71b17c40ff3f456c172319264e6158893924491c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>

<!--
 * EchoClip, a web tool to record and play back audio clips.
 * Copyright 2024 Pacien TRAN-GIRARD
 * SPDX-License-Identifier: EUPL-1.2
-->

<html>

<head lang="en-us">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">

  <link rel="icon" href="favicon.svg">
  <link rel="mask-icon" href="favicon.svg" color="#000000">
  <link rel="apple-touch-icon" href="favicon.svg">

  <title>EchoClip</title>
</head>

<body>
  <header>
    <h1>EchoClip</h1>
    <p>A web tool to record and play back audio clips.</p>
  </header>

  <footer>
    <ul>
      <li><a href="https://pacien.org">&copy; 2024 Pacien</a></li>
      <li><a href="https://cgit.pacien.net/echoclip">Source code (EUPL)</a></li>
      <li><a href="https://www.paypal.com/paypalme/pacien/10">Donate</a></li>
    </ul>
  </footer>
</body>

</html>