e9fd430d01
This change replaces with "Storj" all instances of "Storj DCS" or "Storj OSP". Issues: storj/storj-private#479 #5069 and #5839 Change-Id: I78d13f2abd8bde5d2cb42d8006016ee87130a566
15 lines
441 B
HTML
15 lines
441 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</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/vuetify-poc/src/main.ts"></script>
|
|
</body>
|
|
</html>
|