Lay out the structure of the project
Parse arguments which can be used to configure the server. Create a WASM client stub and make the server capable of serving it. Document the current state in the readem.
This commit is contained in:
commit
f85a4d7e87
12 changed files with 2250 additions and 0 deletions
10
client/index.html
Normal file
10
client/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
|
||||
<title>LockWatch</title>
|
||||
</head>
|
||||
<body>loading...</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue