Skip to content

Commit 10aa874

Browse files
committed
fixed html5 standard syntax in redirect
1 parent 5a0d652 commit 10aa874

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!DOCTYPE html>
99
<html lang="en">
1010
<head>
11-
<title>JETSCAPE Website Footer</title>
11+
<title>JETSCAPE Website Navigation Bar</title>
1212
</head>
1313

1414
<!-- menu with dropdown list -->

sims-widget.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="author" content="The JETSCAPE Collaboration">
2323
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
2424
<link rel="stylesheet" href="styles/style.css">
25-
<meta http-equiv="refresh" content="3; url='http://eg1.jetscape.wayne.edu/'" />
25+
<meta http-equiv="refresh" content="3; url=http://eg1.jetscape.wayne.edu">
2626
</head>
2727

2828
<body>
@@ -47,8 +47,9 @@ <h1>SIMS Widget</h1>
4747
If you have problems with the interactive widget, please let us know.
4848
</p>
4949
</div>
50+
</div>
5051

51-
<!-- insert footer -->
52+
<!-- insert footer -->
5253
<script id="insert_footer" src="scripts/foot.js"></script>
5354
</div>
5455
</body>

0 commit comments

Comments
 (0)