0fd7f2958f
This implements functionality to add cards to users' accounts, to the vuetify POC. Issue: https://github.com/storj/storj/issues/6097 Change-Id: Ie56e85e74fd44de6839e6a985877843b730a3f5f
15 lines
445 B
HTML
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>
|