aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..71b17c4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
1<!doctype html>
2
3<!--
4 * EchoClip, a web tool to record and play back audio clips.
5 * Copyright 2024 Pacien TRAN-GIRARD
6 * SPDX-License-Identifier: EUPL-1.2
7-->
8
9<html>
10
11<head lang="en-us">
12 <meta charset="utf-8">
13 <meta name="viewport" content="width=device-width">
14
15 <link rel="icon" href="favicon.svg">
16 <link rel="mask-icon" href="favicon.svg" color="#000000">
17 <link rel="apple-touch-icon" href="favicon.svg">
18
19 <title>EchoClip</title>
20</head>
21
22<body>
23 <header>
24 <h1>EchoClip</h1>
25 <p>A web tool to record and play back audio clips.</p>
26 </header>
27
28 <footer>
29 <ul>
30 <li><a href="https://pacien.org">&copy; 2024 Pacien</a></li>
31 <li><a href="https://cgit.pacien.net/echoclip">Source code (EUPL)</a></li>
32 <li><a href="https://www.paypal.com/paypalme/pacien/10">Donate</a></li>
33 </ul>
34 </footer>
35</body>
36
37</html>