audon/audon-fe/index.dev.html

16 wiersze
459 B
HTML

<!DOCTYPE html>
<html>
<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>
<meta name="description" content="Audon: audio conversation, radio talk room for Mastodon (and Pleroma)">
</head>
<body>
<div id="app" data-version='dev'></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>