forked from yspesny/Copy-CSS-from-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 956 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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copy CSS from panel</title>
<link rel="stylesheet" href="css.css">
<link rel="shortcut icon" href="img/favi.ico" type="image/x-icon">
</head>
<body>
<div class="content">
<h1 class="title">Copy CSS from panel</h1>
<img class="screen" src="img/screen.png" alt="screenshot">
<div class="links">
<a class="btn" href="https://adobe.com/go/xd_plugins_discover_plugin?pluginId=dd98a808">
<img src="img/adobexd_img.png" alt="logo_adobexd">
<small>Download link</small>
</a>
<a class="btn" href="https://github.com/yspesny/Copy-CSS-from-panel">
<img src="img/github_btn.png" alt="logo_github">
<small>Link</small>
</a>
</div>
</div>
</body>
</html>