This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" /> | |
<head> | |
<!-- Set character encoding for the document --> | |
<meta charset="UTF-8" /> | |
<!-- Instruct Internet Explorer to use its latest rendering engine --> | |
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | |
<!-- Viewport for responsive web design --> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> |