document-translation / index.html
dmartincy's picture
Add basic Dockerfile
9f97180
Raw
History Blame
376 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document Authoring SDK</title>
</head>
<body>
<ul>
<li><a href='./javascript.html'>JavaScript example</a></li>
</ul>
</body>
</html>