First bits of pure lustre-javascript for user login session
This commit is contained in:
parent
a1e4eb1dff
commit
e6851255dc
41 changed files with 8413 additions and 733 deletions
6344
client/dist/client.js
vendored
Normal file
6344
client/dist/client.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
17
client/dist/index.html
vendored
Normal file
17
client/dist/index.html
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
|
||||
<title>
|
||||
client
|
||||
</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/client.js" type="module"></script>
|
||||
</head>
|
||||
<body><div id="app"></div></body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue