2016-09-20 15:59:59 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Lexiconga Dictionary Builder</title>
|
|
|
|
<meta property="og:url" content="http://lexicon.ga" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="Lexiconga Dictionary Builder" />
|
|
|
|
<meta property="og:description" content="Build lexicons for contructed languages or anything that you can think of!" />
|
|
|
|
<meta property="og:image" content="http://lexicon.ga/images/logo.svg" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-09-21 14:40:25 -06:00
|
|
|
<div id="site"></div>
|
2017-04-01 14:56:34 -06:00
|
|
|
<script src="lexiconga.js"></script>
|
2016-09-20 15:59:59 -06:00
|
|
|
</body>
|
|
|
|
</html>
|