22 lines
642 B
HTML
22 lines
642 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta lang="de">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="theme-color" content="#004d40">
|
|
<title>Inventur</title>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link rel="stylesheet" href="build/vendors~app.css">
|
|
<link rel="stylesheet" href="build/app.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/build/vendors~app.js"></script>
|
|
<script src="/build/app.js"></script>
|
|
</body>
|
|
|
|
</html>
|