debian-image-builder-frontend/src/index.html
2020-09-21 16:03:19 -05:00

11 lines
282 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Image Builder</title>
<esi:include src="/@@env/chrome/snippets/head.html"/>
</head>
<body>
<esi:include src="/@@env/chrome/snippets/body.html"/>
</body>
</html>