Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 785c072

Browse files
committed
Add index.html for gh-pages
1 parent b6af3fb commit 785c072

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>CDN list | less-css-helper-library</title>
8+
<link rel="stylesheet" href="./css/styles.css">
9+
<style>
10+
11+
.div {
12+
width: max-content;
13+
color: #2f80ed;
14+
font-family: "Nunito Sans", sans-serif;
15+
}
16+
17+
div > h1, div > a {
18+
font-size: 1.3em;
19+
color: #2f80ed;
20+
margin: 0 0 8px 0;
21+
}
22+
23+
button a {
24+
color: white;
25+
text-decoration: none;
26+
}
27+
28+
button {
29+
padding: 15px;
30+
font-size: 1.1em;
31+
border-radius: 4px;
32+
margin: 10px 0 0 0;
33+
}
34+
35+
div > h1 {
36+
margin: 50px 0 10px 0;
37+
}
38+
39+
p {
40+
font-size: 1.3em;
41+
}
42+
</style>
43+
</head>
44+
<body>
45+
<div class="block-auto div">
46+
<h1>CDN links:</h1>
47+
<a class="block" href="https://code-collabo.github.io/less-css-helper-library/css/style.css">CSS stylesheet</a>
48+
<a class="block" href="https://code-collabo.github.io/less-css-helper-library/less/style.less">LESS stylesheet</a>
49+
<p></p>
50+
<button class="btn-default">
51+
<a href="https://github.com/code-collabo/less-css-helper-library">less-css-helper-library repo</a>
52+
</button>
53+
</div>
54+
</body>
55+
</html>

0 commit comments

Comments
 (0)