ghostty/example/index.html
2022-12-04 13:16:54 -08:00

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>