Files
backrest/webui/src/index.html
T

12 lines
222 B
HTML

<!doctype html>
<html>
<head>
<title>Backrest</title>
<link rel="stylesheet" href="index.sass" />
</head>
<body>
<div id="app"></div>
<script src="index.tsx" type="module"></script>
</body>
</html>