Skip to content

Commit b413f17

Browse files
authored
Ver
1 parent 1a1267b commit b413f17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>
45
<meta charset="UTF-8">
56
<title>PineCSS</title>
6-
<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"/>
78
</head>
89
<body>
910
<div class="container">
10-
<p>Örnek Sayfa</p>
11+
<p>Example Page</p>
1112
</div>
1213

1314
</body>
14-
</html>
15+
</html>

0 commit comments

Comments
 (0)