Re-organize webcfg structure

This commit is contained in:
JustArchi
2018-04-27 04:50:21 +02:00
parent a624927b8a
commit 0ca1fbd4ff
107 changed files with 17 additions and 100 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#12100E">
<link rel="manifest" href="static/manifest.json">
<title>ASF web config</title>
</head>
<body>
<div id="wrapper">
<div id="app">
</div>
</div>
<!-- built files will be auto injected -->
</body>
</html>