Browse
For agents
About
Pay with Vipps and MobilePay for WooCommerce
/
trunk
Pay with Vipps and MobilePay for WooCommerce
vtrunk
Switch version
6.2.0
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.4.3
5.4.2
5.4.1
5.4.0
5.3.4
trunk
1.10.0
All 182 releases
Overview
Code
woo-vipps
/
payment
/
src
/
admin
/
settings
/
index.html
index.html
in Pay with Vipps and MobilePay for WooCommerce trunk, at payment/src/admin/settings/index.html
13 lines
324 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<!
doctype
html
>
2
<
html
lang
=
"
en
"
>
3
<
head
>
4
<
meta
charset
=
"
UTF-8
"
/>
5
<
meta
name
=
"
viewport
"
content
=
"
width=device-width, initial-scale=1.0
"
/>
6
<
title
>
Vite + React + TS
</
title
>
7
</
head
>
8
<
body
>
9
<
div
id
=
"
vipps-mobilepay-react-ui
"
>
</
div
>
10
<
script
type
=
"
module
"
src
=
"
/src/main.tsx
"
>
<
/
script
>
11
</
body
>
12
</
html
>
13