1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 21:30:05 +00:00
Files
server/src/views/layout.pug

13 lines
374 B
Plaintext

block variables
doctype html
html
head
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1, shrink-to-fit=no")
meta(name="theme-color", content="#000000")
link(rel="shortcut icon", href="/favicon.ico")
link(rel="stylesheet" href="/styles.css")
title SASJS Executor
body
div#root
block layout-content