mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
5306569ebc
Fixes a11y issue where focusable elements (document in this case) are supposed to have a name
10 lines
175 B
HTML
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>
|