forked from buddycloud/webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 983 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<!--
"I must Create a System, or be enslav'd by another Man's.
I will not Reason & Compare; my business is to Create."
-- William Blake
If you made it here, https://buddycloud.org is your next stop.
-->
<html>
<head>
<meta charset="UTF-8">
<title>buddycloud</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen and (min-device-width: 480px)">
<link rel="stylesheet" type="text/css" href="/css/mobile/test.css" media="screen and (max-device-width: 480px)">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script src="/js/vendor/modernizr.js"></script>
<script data-main="/js/app/main" src="/js/vendor/require.js"></script>
</head>
<body>
<div class="sidebar hidden">
</div>
<div class="content full">
</div>
</body>
</html>