18 lines
No EOL
585 B
HTML
18 lines
No EOL
585 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<title>vue3-parcel2</title>
|
|
<script defer src="./main.js" type="module"></script>
|
|
<style>
|
|
@import '../node_modules/destyle.css/destyle.min.css';
|
|
:root {
|
|
color-scheme: dark;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="App"></body>
|
|
</html> |