Rust yew starter

This commit is contained in:
timmypidashev
2023-03-11 20:22:24 -08:00
parent 32c0b774a2
commit eeee364c93
5 changed files with 886 additions and 2 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
</body>
</html>