Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abuttner authored Oct 4, 2024
1 parent 1b4f801 commit e43f11e
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<title>Secure Coding Case Studies</title>
</head>
<body>
<div>
<img src="mitre-logo-blue.png" alt="MITRE Logo">
<header>
<img src="./assets/images/mitre-logo-blue.png" alt="MITRE Logo">
<h1>Secure Coding Case Studies</h1>
</div>
</header>
<div>
<p>MITRE has a long history in the Software Assurance and Software Vulnerability areas.
MITRE founded the Common Vulnerabilities and Exposures (CVE®) effort in 1999 and
Expand All @@ -32,20 +32,18 @@ <h1>Secure Coding Case Studies</h1>
we will be in a better position to avoid similar problems in the future.</p>
</div>
<div>
<h1>
Case Study Links
</h1>
<a href="https://github.com/mitre/secure-coding-case-studies/tree/main/python">Python Case Studies</a>
<br>
<h2>Case Studies</h2>
<a href="https://github.com/mitre/secure-coding-case-studies/tree/main/python">Python</a><br>
<br>
</div>
<footer>
<img src="./assets/images/mitre-logo-blue.png" alt="MITRE Logo">
<p>
Copyright © 1997-2024 The MITRE Corporation. All rights reserved.<br>
MITRE is a registered trademark of The MITRE Corporation. Material on this site may be copied and distributed with permission only.<br>
<br>
Approved for Public Release; Distribution Unlimited. Public Release Case Number 23-3938.
</p>
</footer>
</body>
<footer>
<img src="mitre-logo-blue.png" alt="MITRE Logo">
<p>
Copyright © 1997-2024 The MITRE Corporation. All rights reserved.
<br>
MITRE is a registered trademark of The MITRE Corporation. Material on this site may be copied and distributed with permission only.
</p>
</footer>
</html>

0 comments on commit e43f11e

Please sign in to comment.