Mobile version view
This commit is contained in:
15
mobile/index.html
Normal file
15
mobile/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- <link rel="icon" href="%sveltekit.assets%/favicon.png" /> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="theme-color" content="#2196f3">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<script type="module" src='/src/main-mobile.ts'></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user