Repository URL to install this package:
|
Version:
2.0.0-rc.2 ▾
|
@doodle/templating
/
index.ejs
|
|---|
<!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>