Update index.html
Browse files- index.html +12 -7
index.html
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
<
|
3 |
-
<
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<head>
|
3 |
+
<script src="https://raw.githubusercontent.com/sallumandya1995/ChatGPT_pro_max/main/script.js"></script>
|
4 |
+
</head>
|
5 |
+
<body>
|
6 |
+
<div style="text-align: center;">
|
7 |
+
<iframe
|
8 |
+
id="myIframe"
|
9 |
+
frameborder="0"
|
10 |
+
style="width: 100%; max-width: 850px; height: 2000px;"
|
11 |
+
></iframe>
|
12 |
+
</div>
|
13 |
+
</body>
|