21 lines
372 B
HTML
Executable File
21 lines
372 B
HTML
Executable File
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
<title>MyDrive</title>
|
|
<link rel="stylesheet" type="text/css" href="/dist/styles.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
<!-- <script src="/socket.io/socket.io.js"></script> -->
|
|
<script src="/dist/bundle.js"></script>
|
|
</body>
|
|
|
|
</html> |