Last active
February 3, 2021 09:58
-
-
Save honzabilek4/3c830457b9ecbc48eee091296a1fa522 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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