forked from livestyle/chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeprecated.html
More file actions
38 lines (35 loc) · 893 Bytes
/
deprecated.html
File metadata and controls
38 lines (35 loc) · 893 Bytes
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
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>LiveStyle DevTools panel (deprecated)</title>
<style>
body {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
font-family: 'Lucida Grande', arial, sans-serif;
font-size: 12px;
line-height: 1.5;
}
h1 {
font-size: 1.3em;
}
section {
overflow: hidden;
}
.ui-sample {
float: right;
}
</style>
</head>
<body>
<img src="deprecated.png" height="150" width="514" class="ui-sample" />
<section>
<h1>Welcome to all-new Emmet LiveStyle!</h1>
<p>LiveStyle is finally reached v1.0. It no longer requires opened DevTools to work and its UI is moved to browser toolbar.</p>
<p>Check out all exiting features, including LESS and SCSS support, at <a href="http://livestyle.io" target="_top">http://livestyle.io</a>.</p>
</section>
<script src="./scripts/deprecated.js"></script>
</body>
</html>