Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman7038 committed Nov 10, 2024
2 parents 2c7b9db + 324378d commit fc4554e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>DuoLegal</title>
<link rel="stylesheet" href="../static/index.css">
<link rel="stylesheet" href="../static/all.css">
<link rel="shortcut icon" type="image/png" href="../graphics/logo.png">
<link rel="shortcut icon" type="image/png" href="../static/graphics/logo.png">
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../static/index.css">
<link rel="stylesheet" href="../static/all.css">
<link rel="shortcut icon" type="image/png" href="../graphics/logo.png">
<link rel="shortcut icon" type="image/png" href="../static/graphics/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
Expand Down Expand Up @@ -36,7 +36,7 @@
</div>

<div class="banner-area" id="main">
<img src="../graphics/default.jpeg" class="banner-img" alt="">
<img src="../static/graphics/default.jpeg" class="banner-img" alt="">
<div class="banner-text">INSERT A TAG LINE</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion index/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Login</title>
</head>
<body>
<h1>Login</h1>
<h1>Sign in</h1>
{% if error %}
<p style="color: red;">{{ error }}</p>
{% endif %}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Empty file added static/login.css
Empty file.

0 comments on commit fc4554e

Please sign in to comment.