ServerStatus/index.html

43 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- - - - - - - - - - - - - META TAGS - - - - - - - - - - - - -->
<meta name="description" content="Server-Status">
<meta name="keywords" content="server-status">
<meta http-equiv="expires" content="Sat, 06 Aug 2016 20:55:05 Europe/Berlin">
<!-- - - - - - - - - - - - - COMPATIBILITIES - - - - - - - - - - - - -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- - - - - - - - - - - - - ENCODING - - - - - - - - - - - - -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- - - - - - - - - - - - - TITLE - - - - - - - - - - - - -->
<title>Server-Status Test</title>
<!-- - - - - - - - - - - - - FAVICON & ETC - - - - - - - - - - - - -->
<meta name="theme-color" content="#c2b570">
<!-- - - - - - - - - - - - - STYLES - - - - - - - - - - - - -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,latin-ext" type="text/css">
<link rel="stylesheet" href="//static.moow.info/css/normalize.css" type="text/css" />
<link rel="stylesheet" href="test.css" type="text/css" />
<!-- - - - - - - - - - - - - jQUERY - - - - - - - - - - - - -->
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="//static.moow.info/jqueryplugins/jquery.animate-color.js"></script>
<script type="text/javascript" src="server-status.min.js"></script>
<!-- - - - - - - - - - - - - JavaScript - - - - - - - - - - - - -->
<script type="text/javascript" src="//use.fontawesome.com/ca9974f31f.js"></script>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
<div id="status1" class="server-status"></div>
</body>
</html>