-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.35 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Keep your dependencies up-to-date - Package.Health</title>
<link rel="stylesheet" href="/css/bulma.min.css">
<link rel="stylesheet" href="/css/free.min.css">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<section class="hero is-info is-fullheight">
<div class="hero-body">
<div class="container">
<h1 class="title">Keep your dependencies up-to-date</h1>
<h2 class="subtitle"><strong>Package.Health</strong> uses semantic versioning to detect outdated or insecure dependencies in your project.</h2>
<p>
<span class="icon-text">
<span class="icon">
<i class="cil-chevron-right"></i>
</span>
<span><a href="https://php.package.health/">Check <span class="has-text-weight-bold">PHP</span> dependencies</a></span>
</span>
</p>
</div>
</div>
</section>
</body>
</html>