fix-rtmp-server
Version:
Fix Rtmp Server
37 lines (33 loc) • 1.43 kB
HTML
<html>
<head>
<title>Fix Rtmp Server</title>
<link href='https://fonts.googleapis.com/css?family=Lato:100&subset=latin-ext' rel='stylesheet' type='text/css'>
<style>
body { -webkit-animation: random 20s infinite; animation: random 20s infinite; margin: 0; padding: 0; width: 100%; height: 100%; color: white; display: table; font-weight: bold; font-family: 'Lato'; }
.container { text-align: center; display: table-cell; vertical-align: middle; }
.content { text-align: center; display: inline-block; }
.title { font-size: 96px; margin-bottom: 40px; }
.quote { font-size: 24px; }
@keyframes random {
10% { background-color: #ff6052; }
20% { background-color: #cfff57; }
30% { background-color: #a0fd76; }
40% { background-color: #3f79ff; }
50% { background-color: #45ffab; }
60% { background-color: #3996e8; }
70% { background-color: #0b1a17; }
80% { background-color: #3996e8; }
90% { background-color: #9b63e8; }
100% { background-color: #e8a96b; }
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="title">Fix Rtmp Server</div>
<div class="quote">Edit : Cengiz AKCAN| © 2018</div>
</div>
</div>
</body>
</html>