Skip to content

Commit e43f11e

Browse files
authored
Update index.html
1 parent 1b4f801 commit e43f11e

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

docs/index.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<title>Secure Coding Case Studies</title>
1212
</head>
1313
<body>
14-
<div>
15-
<img src="mitre-logo-blue.png" alt="MITRE Logo">
14+
<header>
15+
<img src="./assets/images/mitre-logo-blue.png" alt="MITRE Logo">
1616
<h1>Secure Coding Case Studies</h1>
17-
</div>
17+
</header>
1818
<div>
1919
<p>MITRE has a long history in the Software Assurance and Software Vulnerability areas.
2020
MITRE founded the Common Vulnerabilities and Exposures (CVE®) effort in 1999 and
@@ -32,20 +32,18 @@ <h1>Secure Coding Case Studies</h1>
3232
we will be in a better position to avoid similar problems in the future.</p>
3333
</div>
3434
<div>
35-
<h1>
36-
Case Study Links
37-
</h1>
38-
<a href="https://github.com/mitre/secure-coding-case-studies/tree/main/python">Python Case Studies</a>
39-
<br>
35+
<h2>Case Studies</h2>
36+
<a href="https://github.com/mitre/secure-coding-case-studies/tree/main/python">Python</a><br>
4037
<br>
4138
</div>
39+
<footer>
40+
<img src="./assets/images/mitre-logo-blue.png" alt="MITRE Logo">
41+
<p>
42+
Copyright © 1997-2024 The MITRE Corporation. All rights reserved.<br>
43+
MITRE is a registered trademark of The MITRE Corporation. Material on this site may be copied and distributed with permission only.<br>
44+
<br>
45+
Approved for Public Release; Distribution Unlimited. Public Release Case Number 23-3938.
46+
</p>
47+
</footer>
4248
</body>
43-
<footer>
44-
<img src="mitre-logo-blue.png" alt="MITRE Logo">
45-
<p>
46-
Copyright © 1997-2024 The MITRE Corporation. All rights reserved.
47-
<br>
48-
MITRE is a registered trademark of The MITRE Corporation. Material on this site may be copied and distributed with permission only.
49-
</p>
50-
</footer>
5149
</html>

0 commit comments

Comments
 (0)