mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
24 lines
601 B
HTML
24 lines
601 B
HTML
<!-- Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
|
SPDX-License-Identifier: Apache-2.0
|
|
SPDX-License-Identifier: MIT -->
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>create-tauri-app</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Index of create-tauri-app scripts</h1>
|
|
<hr />
|
|
<pre>
|
|
<a href="/sh">create-tauri-app.sh</a>
|
|
<a href="/ps">create-tauri-app.ps1</a>
|
|
</pre>
|
|
<hr />
|
|
</body>
|
|
</html>
|