File size: 339 Bytes
c34c995 bc4b939 c34c995 4f33245 bc4b939 c34c995 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!--
SPDX-FileCopyrightText: Hadad <[email protected]>
SPDX-License-Identifier: Apache-2.0
-->
<!DOCTYPE html>
<html lang="en">
<%- include('www/head') %>
<body data-is-generating="<%= !!isGenerating %>"
data-session-id="<%= sessionId || '' %>">
<%- include('www/body') %>
<%- include('www/footer') %>
</body>
</html> |