Initial trunk

This commit is contained in:
Quaternions 2025-01-02 21:48:22 -08:00
parent eb30566a82
commit e944e7d91a
3 changed files with 16 additions and 0 deletions

1
web-client/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/dist

2
web-client/Trunk.toml Normal file
View File

@ -0,0 +1,2 @@
[build]
target = "index.html"

13
web-client/index.html Normal file
View 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>