mirror of
https://github.com/edufeed-org/edufeed-web.git
synced 2025-12-07 23:34:34 +00:00
16 lines
431 B
HTML
16 lines
431 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>edufeed</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>
|