Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import random
|
|
| 9 |
os.makedirs('cyber_security_platform/app/templates', exist_ok=True)
|
| 10 |
|
| 11 |
# HTML dosyasının oluşturulması ve içeriğin yazılması
|
| 12 |
-
|
| 13 |
<html lang="en">
|
| 14 |
<head>
|
| 15 |
<meta charset="UTF-8">
|
|
@@ -52,7 +52,7 @@ html_content = '''<!DOCTYPE html>
|
|
| 52 |
</footer>
|
| 53 |
<script src="{{ url_for('static', filename='js/scripts.js') }}"></script>
|
| 54 |
</body>
|
| 55 |
-
</html>
|
| 56 |
|
| 57 |
with open('cyber_security_platform/app/templates/index.html', 'w') as file:
|
| 58 |
file.write(html_content)
|
|
|
|
| 9 |
os.makedirs('cyber_security_platform/app/templates', exist_ok=True)
|
| 10 |
|
| 11 |
# HTML dosyasının oluşturulması ve içeriğin yazılması
|
| 12 |
+
<!DOCTYPE html>
|
| 13 |
<html lang="en">
|
| 14 |
<head>
|
| 15 |
<meta charset="UTF-8">
|
|
|
|
| 52 |
</footer>
|
| 53 |
<script src="{{ url_for('static', filename='js/scripts.js') }}"></script>
|
| 54 |
</body>
|
| 55 |
+
</html>
|
| 56 |
|
| 57 |
with open('cyber_security_platform/app/templates/index.html', 'w') as file:
|
| 58 |
file.write(html_content)
|