Scripts/resources/[standalone]/rprogress/ui/ui.html

16 lines
375 B
HTML
Raw Normal View History

2024-12-29 20:02:43 +00:00
<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>