mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
6ff801e27d
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
12 lines
218 B
HTML
12 lines
218 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Workspace Example!</h1>
|
|
</body>
|
|
</html>
|