18 lines
584 B
HTML
18 lines
584 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Tree Tabs - translation tool</title>
|
|
</head>
|
|
|
|
<body id="body" class="sidebar_body">
|
|
<button type="button" id="load_translation" style="position: relative; margin:10px;">Load translated file</button>
|
|
<button type="button" id="export_translation" style="position: relative; margin:10px;">Export translation</button>
|
|
<a href="mailto:karol@jagiello.it">Send your translation here</a>
|
|
|
|
|
|
<script type="text/javascript" src="./translator.js"></script>
|
|
</body>
|
|
|
|
</html> |