This repository was archived by the owner on Sep 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.39 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.39 KB
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="scripts/styles/bootstrap/bootstrap.css""/>
<title>Diagnostics Framework </title>
</head>
<body>
<div class=" jumbotron">
<h1 class="h1 display-4">Witamy na stronach Diagnostics</h1>
<p class="lead">Framework do testowania zarówno stron PHP, usług web, jak i fizycznych serwerów.</p>
<a class="btn btn-lg btn-primary" role="button" href="https://github.com/devorgint/diagnostics/releases">Pobierz</a>
<a class="btn btn-lg btn-link" rel="button" href="assets/web/planowane-zmiany.html">Planowane zmiany</a>
<a class="btn btn-lg btn-link" rel="button" href="http://aws-labs.pl" target="_blank">Odwiedź blog</a>
<a class="btn btn-lg btn-link" rel="button" href="http://diagnose.aws-labs.pl/album.html" target="_blank">Odwiedź album</a>
</div>
<footer>
(c) 2020, <a href="https://github.com/devorgint" target="_blank">DevOrgInt</a> | Released under <a
href="https://directory.fsf.org/wiki?title=License:FreeBSD" target="_blank">BSD license</a>.<br>
<img alt="Website"
src="https://img.shields.io/website?down_color=red&down_message=off-line&up_color=green&up_message=on-line&url=https%3A%2F%2Fdevorgint.github.io%2Fdiagnostics%2F">||<img
alt="GitHub repo size" src="https://img.shields.io/github/repo-size/devorgint/diagnostics">
</footer>
</body>
</html>