Projects STRLCPY Maryam Commits 7bf1f47d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    gui/templates/index.html
    1  -<!DOCTYPE html>
    2  -<html lang="en">
    3  -<head>
    4  - <meta charset="UTF-8">
    5  - <meta http-equiv="X-UA-Compatible" content="IE=edge">
    6  - <meta name="viewport" content="width=device-width, initial-scale=1.0">
    7  - 
    8  - <link rel="stylesheet" href="{{url_for('static', filename = 'css/index.css')}}">
    9  - <script src="{{url_for('static', filename='js/index.js')}}" type="module" defer></script>
    10  - <title>Maryam</title>
    11  -</head>
    12  -<body>
    13  - <h1>Owasp Maryam</h1>
    14  - 
    15  -</body>
    16  -</html>
    17  - 
Please wait...
Page is in error, reload to recover