public
Description: An iPhone application to query and cache results from the online Lexin Swedish-English dictionary for immigrants
Homepage:
Clone URL: git://github.com/octover/lexikon.git
Click here to lend your support to: lexikon and make a donation at www.pledgie.com !
lexikon / translationTemplate.html
100644 22 lines (17 sloc) 0.422 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
<title></title>
<style type="text/css">
body {
font: 1.0em/1.2em helvetica;
color: #333;
}
</style>
</head>
 
<body>
 
{yield}
 
</body>
</html>