mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
11 lines
112 B
PHP
11 lines
112 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Cachet</title>
|
|
</head>
|
|
<body>
|
|
@section('content')
|
|
@show
|
|
</body>
|
|
</html>
|