mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 12:38:40 +03:00
12 lines
239 B
HTML
12 lines
239 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Ghostty Example</title>
|
|
<script type="module" src="app.ts"></script>
|
|
</head>
|
|
<body>
|
|
Open your console, we are just debugging here.
|
|
</body>
|
|
</html>
|