mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:54:32 +00:00
79 lines
1.7 KiB
HTML
79 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html class="img-no-display"><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
|
<title>prole.org</title>
|
|
<style>
|
|
html {
|
|
height: 100%;
|
|
overflow: auto;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
body {
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
div#outer {
|
|
display: table;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
div#inner {
|
|
display: table-cell;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
div#container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
min-width: 800px;
|
|
min-height: 580px;
|
|
}
|
|
img {
|
|
width: 500px;
|
|
height: 330px;
|
|
margin: 30px 0;
|
|
}
|
|
p#header {
|
|
font-family: Roboto-Medium;
|
|
font-size: 28px;
|
|
color: #323C46;
|
|
text-align: center;
|
|
line-height: 36px;
|
|
margin-top: 0;
|
|
margin-bottom: 12px;
|
|
}
|
|
p#paragraph {
|
|
font-family: Roboto-Regular;
|
|
font-size: 13px;
|
|
color: #323C46;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
</style>
|
|
<link href="../help.css" type="text/css" rel="stylesheet" />
|
|
<link href="../scrollbar/flexcroll.css" type="text/css" rel="stylesheet" />
|
|
<script type="text/javascript" src="../scrollbar/flexcroll.js"></script>
|
|
<script type="text/javascript" src="../scrollbar/initFlexcroll.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="outer">
|
|
<div id="inner">
|
|
<div id="container">
|
|
<div>
|
|
<p align=center>
|
|
<img src="images/prole-type.gif" border=0>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|