mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-05 02:41:17 +01:00
11 lines
203 B
HTML
11 lines
203 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Rust / PureScript - Todo App</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<script src="dist/app.js"></script>
|
|
</body>
|
|
</html>
|