25 lines
619 B
HTML
Executable File
25 lines
619 B
HTML
Executable File
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
<title>MyDrive</title>
|
|
<link rel="icon" href="/images/icon.png">
|
|
<link rel="shortcut icon" type="image/png" href="/images/icon.png">
|
|
<link rel="shortcut icon" sizes="192x192" href="/images/icon.png">
|
|
<link rel="apple-touch-icon" href="/images/icon.png">
|
|
<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> |