github-desktop/app/static/index.html
Sergio Padrino 5306569ebc Give the app a title
Fixes a11y issue where focusable elements (document in this case) are supposed to have a name
2023-05-10 12:21:21 +02:00

10 lines
175 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>GitHub Desktop</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="desktop-app-container"></div>
</body>
</html>