mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 13:02:04 +08:00
18 lines
728 B
HTML
18 lines
728 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Wails ML Demo</title>
|
|
</head>
|
|
<body style="margin-top:50px">
|
|
<h2>Wails ML Demo</h2>
|
|
<p>This application contains no Javascript!</p>
|
|
<button data-wml-event="button-pressed">Press me!</button>
|
|
<button data-wml-event="delete-things" data-wml-confirm="Are you sure?">Delete all the things!</button>
|
|
<button data-wml-window="Close" data-wml-confirm="Are you sure?">Close the Window?</button>
|
|
<button data-wml-window="Center">Center</button>
|
|
<button data-wml-window="Minimise">Minimise</button>
|
|
<button data-wml-window="Maximise">Maximise</button>
|
|
<button data-wml-window="Fullscreen">Fullscreen</button>
|
|
</body>
|
|
</html> |