1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: remove views folder

This commit is contained in:
2021-10-12 21:33:43 +00:00
parent 2e32f4e6dc
commit 22e1378ecd
2 changed files with 0 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
extends layout
block layout-content
div
h1 SASJS Executor
div
ul
li= tree.name
each item in tree.children
li= item.name

View File

@@ -1,13 +0,0 @@
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