storj/web/satellite/index-vuetify.html
Wilfred Asomani 0fd7f2958f web/satellite/vuetify-poc: add functionality to add credit cards
This implements functionality to add cards to users' accounts, to the
vuetify POC.

Issue: https://github.com/storj/storj/issues/6097

Change-Id: Ie56e85e74fd44de6839e6a985877843b730a3f5f
2023-08-14 09:45:53 +00:00

15 lines
445 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="dns-prefetch" href="https://js.stripe.com">
<title>Storj DCS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/vuetify-poc/src/main.ts"></script>
</body>
</html>