-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
570bdec
commit 6d8ac5e
Showing
1 changed file
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="tr_TR"> | ||
<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=Roboto Mono"> | ||
<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="style.css"> | ||
<title>Document</title> | ||
<title>Macro Aim Trainer</title> | ||
</head> | ||
<body> | ||
<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 class="container"> | ||
<div> | ||
<a href="Challenge/index.html"> | ||
<img id="challenge" src="challenge.png" alt="image not found" style="user-select: none;"> | ||
</a> | ||
</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> | ||
</body> | ||
</html> |