storj/web/satellite/index-vuetify.html
Jeremy Wharton 95761908b5 web/satellite: update Vuetify proof of concept
The changes as of storj/vuetify-storj@c801fe6 have been pulled into the
Vuetify proof of concept.

Change-Id: I3db208836cff21287052615d36258fcf2d4c6169
2023-07-14 12:46:50 +00:00

14 lines
382 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" />
<title>Storj DCS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/vuetify-poc/src/main.ts"></script>
</body>
</html>