1<!doctype html> 2<html> 3<head> 4<meta charset="utf-8" content="text/html"> 5<title i18n-content="keyboardOverlayTitle"></title> 6<link rel="stylesheet" href="keyboard_overlay.css"> 7<script src="keyboard_overlay_data.js"></script> 8<script src="keyboard_overlay.js"></script> 9<body class="keyboard-overlay-keyboard"></body> 10</html> 11