mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
10 lines
145 B
Scheme
10 lines
145 B
Scheme
<html>
|
|
<head>
|
|
<% base_tag %>
|
|
<link rel="stylesheet" href="$ModulePath(framework)/css/CodeViewer.css" />
|
|
</head>
|
|
<body>
|
|
$Content
|
|
</body>
|
|
</html>
|