Skip to content

Commit 1fa5875

Browse files
Add initial index.html for Turkish Rap Sample Archive
1 parent 2996999 commit 1fa5875

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="tr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>KCE - Turkish Rap Sample Archive</title>
7+
<style>
8+
* { margin: 0; padding: 0; box-sizing: border-box; }
9+
html, body { width: 100%; height: 100%; overflow: hidden; }
10+
iframe { display: block; width: 100%; height: 100%; border: none; }
11+
</style>
12+
</head>
13+
<body>
14+
<iframe src="https://kce.wtf/turkish-rap-sample-archive/" allowfullscreen></iframe>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)