2023-06-08 14:52:40 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-07-13 06:03:34 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-08-10 20:01:28 +01:00
|
|
|
<link rel="dns-prefetch" href="https://js.stripe.com">
|
2023-07-13 06:03:34 +01:00
|
|
|
<title>Storj DCS</title>
|
2023-06-08 14:52:40 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/vuetify-poc/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|