edufeed-web/resources/public/index.html
2024-08-13 11:25:03 +02:00

16 lines
427 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/css/output.css" />
<title>ied</title>
</head>
<body>
<noscript>
ied is a JavaScript app. Please enable JavaScript to continue.
</noscript>
<div id="app"></div>
<script src="/js/compiled/app.js"></script>
</body>
</html>