CheerpJ index.html file
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>CheerpJ test</title> | |
<script src="https://cjrtnc.leaningtech.com/1.3/loader.js"></script> | |
</head> | |
<body> | |
</body> | |
<script> | |
cheerpjInit(); | |
cheerpjCreateDisplay(800,600); | |
cheerpjRunJar("/app/TextDemo.jar"); | |
</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment