Files
window-shadows/examples/tauri/index.html
amrbashir 15960ce05c init
2021-12-30 16:10:18 +02:00

21 lines
364 B
HTML

<!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>Welcome to Tauri!</title>
</head>
<style>
html,
body {
background: transparent;
}
</style>
<body>
<h1>Welcome to Tauri!</h1>
</body>
</html>