Initial trunk
This commit is contained in:
parent
eb30566a82
commit
e944e7d91a
1
web-client/.gitignore
vendored
Normal file
1
web-client/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/dist
|
2
web-client/Trunk.toml
Normal file
2
web-client/Trunk.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[build]
|
||||||
|
target = "index.html"
|
13
web-client/index.html
Normal file
13
web-client/index.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>Strafe Client</title>
|
||||||
|
|
||||||
|
<base data-trunk-public-url />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<link data-trunk rel="rust" href="../strafe-client/Cargo.toml"/>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user