17 lines
621 B
HTML
17 lines
621 B
HTML
|
<!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>
|
||
|
<div id="site"></div>
|
||
|
<script src="lexiconga.js"></script>
|
||
|
</body>
|
||
|
</html>
|