audon/audon-fe/index.html

14 wiersze
366 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Audon</title>
</head>
<body>
<div id="app" data-version='%%VERSION%%'></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>