GAlbayrak commited on
Commit
39a2303
·
verified ·
1 Parent(s): 3c4df34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- html_content = '''<!DOCTYPE html>
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)