Skip to content

Commit

Permalink
Update template page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulf committed Oct 7, 2023
1 parent d5db14c commit 33dcdef
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions create-rust-app_cli/template/backend/views/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="/images/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta
name="description"
content="Webapp created using create-react-app"
/>
<link rel="apple-touch-icon" href="/images/logo192.png"/>
<link rel="manifest" href="/pwa.json"/>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="create-rust-app Starter Template" />
<link rel="apple-touch-icon" href="/images/logo192.png" />
<link rel="manifest" href="/pwa.json" />
<title>Create Rust App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

{{ bundle(name="index.tsx") }}

</body>
{{ bundle(name="index.tsx") }}
</body>
</html>

0 comments on commit 33dcdef

Please sign in to comment.