You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
589 B

<!doctype html>
<html lang="en_EN">
<head>
<meta charset="utf-8">
<title>Lessons Learned - Realtime User with Socket.IO</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<div id="count" class="count"></div>
<div id="now" class="now"></div>
</div>
<noscript>
<p>Only works with Javascript!</p>
</noscript>
<script src="/js/index.js"></script>
</body>
</html>