1
0
mirror of https://github.com/silverstripe/silverstripe-testsession synced 2024-10-22 12:06:00 +00:00

19 lines
374 B
Scheme
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<% base_tag %>
$MetaTags
<% require css('framework/css/debug.css') %>
<% require css('testsession/css/styles.css') %>
</head>
<body>
<div class="info">
<h1>SilverStripe TestSession</h1>
</div>
<div class="content">
<p>Start a new test session</p>
$StartForm
</div>
</body>
</html>