-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.42 KB
/
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
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DesignScene: Daily Design Inspiration for iPad</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="designsceneapp.webflow.css">
<script src="webfont.js"></script>
<script>WebFont.load({
google: {
families: ["PT Sans:400,400italic,700,700italic","Sorts Mill Goudy:regular,italic"]
}
});</script>
<script type="text/javascript" src="modernizr-2.7.1.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="[email protected]">
</head>
<body>
<div class="w-container container">
<img class="logo" src="[email protected]" alt="DesignScene logo" width="350">
<img class="thankyou" src="[email protected]" alt="Thank you." width="831">
<div class="maincopy">
<p class="goodbye">DesignScene app for iPad has <a href="http://blog.lunar-theory.com/post/71867307409/exeunt" class="link">been discontinued</a>. Thank you so much to our users for your support. We hope you enjoyed the app as much as we enjoyed making it.</p>
<p class="signoff">— David & Roger</p></div><div class="footer">iPad is a trademark of Apple Inc.<br>© 2011–2014 Lunar/Theory, LLC. All rights reserved.</div>
</div>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="webflow.js"></script>
<!--[if lte IE 9]><script src="placeholders.min.js"></script><![endif]-->
</body>
</html>