Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/templating / index.ejs
Size: Mime:
<!doctype html>
<html lang="<%= locale %>">
<%- include('head.ejs') %>
<body>
    <%- include('body-start.ejs') %>

    <div id="app" class="Viewport">
        <div class="Page">
            <div class="Pattern">
                <main role="main" class="Main">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="Icon LoadingIcon">
                        <circle cx="12" cy="12" r="10" stroke-width="4" stroke-dasharray="45 45" stroke="currentColor" fill="none"></circle>
                    </svg>
                </main>
            </div>
        </div>
    </div>

    <%- include('body-end.ejs') %>
</body>
</html>