1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2025-01-02 07:56:20 +03:00
tauri/examples/updater/index.html
2022-10-17 11:05:31 -03:00

12 lines
253 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Tauri!</title>
</head>
<body>
<h1>Welcome to Tauri!</h1>
</body>
</html>