aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreuxane2025-01-23 00:07:29 +0100
committereuxane2025-01-23 00:07:29 +0100
commit3515a674ef2c53330c24bcb32f17a7c985fc3b6f (patch)
tree97a0173dda4c9fb8daf27f98f4315a90be5407c2
parentd71ba18d6786676e7df63564df27f731f69d43d9 (diff)
downloadbeamer-viewer-3515a674ef2c53330c24bcb32f17a7c985fc3b6f.tar.gz
domain: euxane.net -> euxane.euHEADmaster
-rw-r--r--index.html4
-rw-r--r--readme.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 58bb561..c7ca693 100644
--- a/index.html
+++ b/index.html
@@ -99,8 +99,8 @@
99 99
100 <div> 100 <div>
101 <ul class="bottom-links"> 101 <ul class="bottom-links">
102 <li><a href="https://euxane.net">&copy; 2024 Euxane</a></li> 102 <li><a href="https://euxane.eu">&copy; 2024 Euxane</a></li>
103 <li><a href="https://cgit.euxane.net/beamer-viewer">Source code (EUPL)</a></li> 103 <li><a href="https://cgit.euxane.eu/beamer-viewer">Source code (EUPL)</a></li>
104 <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> 104 <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li>
105 <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> 105 <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li>
106 </ul> 106 </ul>
diff --git a/readme.md b/readme.md
index 31501ce..5cee999 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ and does not require any special software to be installed.
11## Usage 11## Usage
12 12
13An instance of this web application is deployed at 13An instance of this web application is deployed at
14[beamerviewer.euxane.net](https://beamerviewer.euxane.net/). 14[beamerviewer.euxane.eu](https://beamerviewer.euxane.eu/).
15It is offline-enabled, 15It is offline-enabled,
16and thus available locally even in the absence of network connectivity. 16and thus available locally even in the absence of network connectivity.
17 17
@@ -19,7 +19,7 @@ A double-width presentation may be generated with _Beamer_ using
19`\setbeameroption{show notes on second screen=right}`. 19`\setbeameroption{show notes on second screen=right}`.
20 20
21A demonstration is available 21A demonstration is available
22[here](https://beamerviewer.euxane.net/#file=sample/demo.pdf). 22[here](https://beamerviewer.euxane.eu/#file=sample/demo.pdf).
23 23
24 24
25## Contributing 25## Contributing