We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1267b commit b413f17Copy full SHA for b413f17
index.html
@@ -1,14 +1,15 @@
1
+
2
<!DOCTYPE html>
3
<html lang="en">
4
<head>
5
<meta charset="UTF-8">
6
<title>PineCSS</title>
- <link rel="stylesheet" type="text/css" href="http://pinecss.com/v/1.0/pine.min.css"/>
7
+ <link rel="stylesheet" type="text/css" href="http://pinecss.com/v/1.1/pine.min.css"/>
8
</head>
9
<body>
10
<div class="container">
- <p>Örnek Sayfa</p>
11
+ <p>Example Page</p>
12
</div>
13
14
</body>
-</html>
15
+</html>
0 commit comments