File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments