-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.25 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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LDRP</title>
<style>
html {
font-size: 16px;
}
body {
font-family: monospace;
height: 100vh;
display: grid;
align-items: center;
justify-content: center;
background-color: #222;
color: #007f00;
font-weight: bold;
}
div {
text-align: center;
}
</style>
</head>
<body>
<div>
<svg viewBox="0 0 24 24" width="128" height="128" xmlns="http://www.w3.org/2000/svg" fill="#007f00">
<path d="M12 0L1.605 6v12L12 24l10.395-6V6L12 0zm6 16.59c0 .705-.646 1.29-1.529 1.29-.631 0-1.351-.255-1.801-.81l-6-7.141v6.66c0 .721-.57 1.29-1.274 1.29H7.32c-.721 0-1.29-.6-1.29-1.29V7.41c0-.705.63-1.29 1.5-1.29.646 0 1.38.255 1.83.81l5.97 7.141V7.41c0-.721.6-1.29 1.29-1.29h.075c.72 0 1.29.6 1.29 1.29v9.18H18z"/>
</svg>
<h1>
LDRP
</h1>
<p>Local Development Reverse Proxy</p>
<p><small>powered by NGINX</small></p>
</div>
</body>
</html>