-
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
Showing
1 changed file
with
39 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Resources for 10.A Heading Purpose </title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
</head> | ||
<body> | ||
<h2>Resources for 10.A Heading Purpose</h2> | ||
<fieldset> | ||
<legend>Click on 'Test Results' below to open and close it.</legend> | ||
<div class="container"> | ||
|
||
|
||
<div class="panel-group"> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading"> | ||
<h4 class="panel-title"> | ||
<a data-toggle="collapse" href="#collapse10">Test Results</a> | ||
</h4> | ||
</div> | ||
<div id="collapse10" class="panel-collapse collapse"> | ||
<div class="panel-body"> <a href="https://www.google.com/" target="_blank"><u>Pass</u></a> </div> | ||
<div class="panel-footer"> <a href="https://www.google.com/" target="_blank"><u>Fail</u></a> </div> | ||
<div class="panel-body"><a href="https://www.google.com/" target="_blank"><u>Does Not Apply</u></a> </div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</fieldset> | ||
|
||
</body> | ||
</html> |