-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2071 from anisharma07/feature-branch
Bug fix: Chess game chrome extension not loading
- Loading branch information
Showing
4 changed files
with
5,442 additions
and
24 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
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 |
---|---|---|
|
@@ -3,26 +3,16 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<title>Chess Board</title> | ||
<link rel="stylesheet" type="text/css" href="_css/normalize.css"> | ||
<link rel="stylesheet" type="text/css" href="_css/styles.css"> | ||
<link rel="stylesheet" type="text/css" href="_css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="_css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" href="_css/jquery-ui.min.css"> | ||
<script | ||
src="https://code.jquery.com/jquery-3.7.1.js" | ||
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" | ||
crossorigin="anonymous"></script> | ||
<link rel="stylesheet" type="text/css" href="css/styles.css"> | ||
<script src="js/jquery.js"></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
|
||
<script type="text/javascript" rel="script" src="js/jquery-3.2.0.min.js"></script> | ||
<script type="text/javascript" rel="script" src="js/jquery-ui.min.js"></script> | ||
<script type="text/javascript" rel="script" src="js/bootstrap.min.js"></script> | ||
|
||
</head> | ||
<body> | ||
|
||
<div id="message-div"></div> | ||
<div class="container" style="position: absolute; top: 40px; left: 410px; width: 522px; height: 522px;border: 1px solid black;"> | ||
<div class="container"> | ||
<div id="row-8" class="row"> | ||
|
||
<div id="cell-white-8A" class="col-md-1 cell"><span id="p-black-castle-1" class="black-piece">♜</span></div> | ||
|
Oops, something went wrong.