Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
@@ -7,7 +7,6 @@
|
|
7 |
<title>Embedded Webpage</title>
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<
|
11 |
-
<iframe src="https://google.com" width="100%" height="100%"></iframe>
|
12 |
</body>
|
13 |
</html>
|
|
|
7 |
<title>Embedded Webpage</title>
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<iframe src="https://camif12886.pythonanywhere.com/login" width="100%" height="100%"></iframe>
|
|
|
11 |
</body>
|
12 |
</html>
|