Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Faruk-Tutkus committed Nov 28, 2023
1 parent fb1a84b commit 570bdec
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quantico">
<script src="https://kit.fontawesome.com/12a3e71123.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://kit.fontawesome.com/12a3e71123.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto Mono">
<link rel="stylesheet" href="style.css">
<title>Macro Aim Trainer</title>
<title>Document</title>
</head>
<body>
<div class="container">
<div>
<a href="Challenge/index.html">
<img id="challenge" src="challenge.png" alt="image not found" style="user-select: none;">
</a>
<div class="container">
<div class="form" style="user-select: none;">
<div class="log">
<div>
<p>User Name</p>
<input type="text" id="username" placeholder="User Name">
<p>Password</p>
<input type="password" id="password" placeholder="Password">
<div class="button">
<p>Log In</p>
</div>
</div>
</div>
<div class="photo">
<img src="photo.jpg" alt="">
</div>
</div>
<p id="info" style="font-family: Quantico; color: #baacbe;"></p>
<div>
<a href="Tracking/index.html">
<img id="trainer" src="trainer.png" alt="image not found" style="user-select: none;">
</a>
</div>
</div>
<script src="script.js"></script>
</div>
</body>
</html>

0 comments on commit 570bdec

Please sign in to comment.