mirror of
https://github.com/home-assistant/frontend.git
synced 2026-03-02 06:40:49 +00:00
23 lines
491 B
Plaintext
23 lines
491 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<meta name="theme-color" content="#2157BC" />
|
|
<title>HAGallery</title>
|
|
|
|
<script type="module" src="<%= latestGalleryJS %>"></script>
|
|
<style>
|
|
body {
|
|
font-family: Roboto, Noto, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body></body>
|
|
</html>
|