Skip to content

Commit c9febbd

Browse files
committed
Update about.html
1 parent 2d20181 commit c9febbd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

about.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="tpen-env" content="prod">
78
<title>About TPEN</title>
9+
<!-- Inject environment before modules -->
10+
<script>
11+
globalThis.TPEN_ENV = window.TPEN_ENV ??= (document.querySelector('meta[name="tpen-env"]')?.content ?? 'dev')
12+
</script>
13+
<script src="/config.env.js"></script>
814
<script type="module" src="components/gui/site/index.js"></script>
915
<script type="module" src="components/gui/card/Card.js"></script>
1016

@@ -15,11 +21,12 @@
1521
<h2>TPEN 3.0</h2>
1622
<p>
1723
TPEN 3.0 is a web-based application designed to assist in the transcription of historical documents.
18-
It provides a user-friendly interface for transcribing, annotating, and analyzing texts, making it
24+
It provides a user-friendly interface for transcribing, annotating, and analyzing texts, making it
1925
an invaluable tool for historians, archivists, and researchers.
2026
</p>
2127
<p>
22-
<a href="https://three.t-pen.org/about/" target="_blank" rel="noopener noreferrer">Learn more at the TPEN3 home site!</a>
28+
<a href="https://three.t-pen.org/about/" target="_blank" rel="noopener noreferrer">Learn more at the TPEN3
29+
home site!</a>
2330
</p>
2431
</tpen-page>
2532
</body>

0 commit comments

Comments
 (0)