storj/web/satellite/index-vuetify.html

15 lines
445 B
HTML
Raw Normal View History

<!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>