Skip to content

Commit 7004057

Browse files
authored
feat: improve display on small viewport (#16)
1 parent 84cee0d commit 7004057

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ server.get(`/auth/realms/${config.realm}/protocol/openid-connect/auth`, async (r
1919

2020
const template = `
2121
<!DOCTYPE html>
22-
<html>
22+
<html lang="en">
2323
<head>
24+
<meta charset="UTF-8" />
25+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2426
<title>Login</title>
2527
<style>
2628
* {

0 commit comments

Comments
 (0)