Last active
September 29, 2020 07:27
-
-
Save klondaiker/05029c4cafa52e504e3b97f3ff5abc82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 lang='ru'> | |
<head> | |
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'> | |
<script id='arsenalpay-widget-script' src='https://arsenalpay.ru/widget/script.js' type='text/javascript'> | |
</script> | |
</head> | |
<body> | |
<div id='app-widget'></div> | |
<script> | |
var APWidget = new ArsenalpayWidget ({ | |
element: 'app-widget', | |
widget: 2826, | |
destination: 181989, | |
amount: 1100.0, | |
}); | |
APWidget.render(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment