30 lines
1.0 KiB
HTML
Executable File
30 lines
1.0 KiB
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">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- <script src="https://kit.fontawesome.com/f982e94d70.js" crossorigin="anonymous"></script> -->
|
|
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet"> -->
|
|
<script defer src="/fontawesome/js/all.js"></script>
|
|
<link rel="stylesheet" href="/dist/fonts.css">
|
|
<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> |