23 أسطر
714 B
HTML
23 أسطر
714 B
HTML
<!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" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<script defer src="https://cloud.umami.is/script.js" data-website-id="ce3be986-8a39-489c-8e77-c77c253acbd4"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/app.tsx"></script>
|
|
</body>
|
|
</html>
|