| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| license agreements. See the NOTICE file distributed with this work for |
| additional information regarding copyright ownership. The ASF licenses this |
| file to you under the Apache License, Version 2.0 (the "License"); you may not |
| use this file except in compliance with the License. You may obtain a copy of |
| the License at https://www.apache.org/licenses/LICENSE-2.0. |
| --> |
| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <meta name="text-scale" content="scale" /> |
| <link rel="icon" href="%sveltekit.assets%/favicon.svg" type="image/svg+xml" /> |
| %sveltekit.head% |
| </head> |
| <body data-sveltekit-preload-data="hover"> |
| <div style="display: contents">%sveltekit.body%</div> |
| </body> |
| </html> |