Files
vanilla-js/public/index.html
Julien Lengrand-Lambert 6eefc35568 First version
2022-08-08 23:59:00 +02:00

31 lines
699 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
<title>Adyen Web</title>
</head>
<body>
<h1>Adyen Web simple demo</h1>
<div id="dropin-container"></div>
https://stackoverflow.com/questions/52612446/importing-a-package-in-es6-failed-to-resolve-module-specifier-vue
<script type="module" src="./dist/adyen.js"></script>
</body>
</html>