<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>RBox Cloud Storage</title>
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
<link rel="manifest" href="/static/manifest.json">
|
|
</head>
|
|
<body>
|
|
<rbox-app></rbox-app>
|
|
<script type="module" src="/static/js/main.js"></script>
|
|
</body>
|
|
</html>
|