mirror of
https://github.com/edufeed-org/edufeed-web.git
synced 2025-12-09 16:24:34 +00:00
add list view for npub page
This commit is contained in:
parent
36dad21f43
commit
2f16dfa1f1
10 changed files with 1842 additions and 64 deletions
16
resources/public/index.html
Normal file
16
resources/public/index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue