- Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsharing_disabled.html
More file actions
16 lines (15 loc) · 629 Bytes
/
sharing_disabled.html
File metadata and controls
16 lines (15 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Lights — Sharing not enabled</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/sharing_disabled.css"/>
</head>
<body>
<img src="images/home/sharing_disabled.png" width="550px" height="256px">
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(63444); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/63444ns.gif" /></p></noscript>
</body>
</html>