Scripts/resources/[standalone]/rprogress/ui/ui.html
2024-12-29 21:02:43 +01:00

16 lines
375 B
HTML

<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/app.css" type="text/css" />
<link rel="stylesheet" href="css/custom.css" type="text/css" />
</head>
<body>
<div id="rprogress"></div>
<script src="js/easings.js"></script>
<script src="js/class.RadialProgress.js"></script>
<script src="js/app.js"></script>
</body>
</html>