Skip to content

Commit

Permalink
added basic default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreAOE committed Jul 31, 2024
1 parent e4655db commit 827bc50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Private/Layouts/Default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Resources/Private/Layouts/Default.html -->
<!DOCTYPE html>
<html>
<head>
<title><f:render section="title" /></title>
<link rel="stylesheet" type="text/css" href="path/to/your/styles.css" />
</head>
<body>
<f:render section="content" />
</body>
</html>

0 comments on commit 827bc50

Please sign in to comment.