This repository has been archived on 2024-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
riplog-view/frontend/index.html
2020-01-27 12:56:06 +01:00

14 lines
No EOL
212 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ripcord log viewer</title>
<link rel="stylesheet" href="style/layout.scss" />
</head>
<body>
<main></main>
<script src="index.tsx"></script>
</body>
</html>