-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (27 loc) · 949 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en-AU" xml:lang="en-AU" dir="ltr">
<head>
<meta charset="utf-8" />
<meta property="og:title" content="Vulnerability Charts" />
<meta property="og:description" content="Some simple charts for listing CVSS by version for various packages." />
<meta property="og:image" content="https://maikuolan.github.io/Vulnerability-Charts/vcharts.png" />
<meta property="og:url" content="https://maikuolan.github.io/Vulnerability-Charts/index.html" />
<link rel="stylesheet" href="styles.css" />
<title>Vulnerability Charts</title>
</head>
<body>
<div class="co"><div class="ci">
<hr />
<h1>Vulnerability Charts</h1>
<p><strong>Select package:</strong></p>
<ul>
<li><a href="hhvm.html">HHVM</a></li>
<li><a href="nginx.html">Nginx</a></li>
<li><a href="php.html">PHP</a></li>
<li><a href="phpmyadmin.html">phpMyAdmin</a></li>
<li><a href="python.html">Python</a></li>
</ul>
<hr />
</div></div>
</body>
</html>