Skip to content

Instantly share code, notes, and snippets.

@honzabilek4
Last active February 3, 2021 09:58
Show Gist options
  • Save honzabilek4/3c830457b9ecbc48eee091296a1fa522 to your computer and use it in GitHub Desktop.
Save honzabilek4/3c830457b9ecbc48eee091296a1fa522 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
  <title>Localize Javascript App with Localazy</title>
  <link rel="stylesheet" href="style.css"/>
  <meta charset="UTF-8" />
</head>
<body>
  <div id="app"></div>
  <script src="src/index.js">
  </script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment