mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-01 23:50:18 -05:00
13 lines
278 B
HTML
13 lines
278 B
HTML
<!-- Maintain structure with headings with h2 tags and content with p tags.
|
|
This makes it easy to translate the values with transifex!
|
|
And don't add newlines before or after p tags because of transifex -->
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<h2>TODO</h2>
|
|
<p>text</p>
|
|
|
|
</body>
|
|
</html>
|