This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
teemant-old/public/index.html

18 lines
444 B
HTML
Raw Normal View History

2016-09-22 15:41:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TeemantIRC</title>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<!-- Codepony Diamond -->
<body>
</body>
</html>