1 parent 2996999 commit 1fa5875Copy full SHA for 1fa5875
1 file changed
index.html
@@ -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