20 lines
575 B
HTML
20 lines
575 B
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
<roundcube:include file="/includes/links.html" />
|
|
<link rel="stylesheet" type="text/css" href="/this/owncloud.css" />
|
|
<link rel="stylesheet" type="text/css" href="/settings.css" />
|
|
</head>
|
|
<body class="owncloud noscroll">
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
<div id="mainscreen" class="uibox" style="overflow: hidden">
|
|
<roundcube:object name="owncloudframe" />
|
|
</div>
|
|
|
|
<roundcube:include file="/includes/footer.html" />
|
|
|
|
</body>
|
|
</html>
|