Skip to content

Commit

Permalink
refactor: fixed weird indentation main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ruidazeng authored Dec 27, 2024
1 parent c61e0ca commit 7806c44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DuoAlly AI</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DuoAlly AI</title>
<link rel="icon" type="image/jpeg" href="./images/bot_icon.jpg">
<link rel="stylesheet" href="style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet">
</head>
<body>
<header>
Expand Down

0 comments on commit 7806c44

Please sign in to comment.