95761908b5
The changes as of storj/vuetify-storj@c801fe6 have been pulled into the Vuetify proof of concept. Change-Id: I3db208836cff21287052615d36258fcf2d4c6169
14 lines
382 B
HTML
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>
|