7 lines
294 B
HTML
7 lines
294 B
HTML
<!-- TEMPLATE_HEADER - Used by Every UI Page -->
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Sunshine</title>
|
|
<link rel="icon" type="image/x-icon" href="./images/sunshine.ico">
|