riplog-view/frontend/index.html

16 lines
394 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ripcord log viewer</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style/layout.scss" />
</head>
<body>
<main></main>
<script src="index.tsx"></script>
</body>
</html>