This repository has been archived on 2022-10-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
template-electron17-vue3-pa.../src-vue/index.html
2022-08-07 19:12:20 +02:00

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>