Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSami_Agents_Zero-2
QOSami_Agents_Zero-2
/
plugins
/
_time_travel
/
webui
/
main.html
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
html
8 lines
232 Bytes
Copy permalink
Copy
Raw
1
<html
class=
"time-travel-modal"
>
2
<head>
3
<title>
Time Travel
</title>
4
</head>
5
<body
class=
"time-travel-modal-body"
>
6
<x-component
path=
"/plugins/_time_travel/webui/time-travel-panel.html"
mode=
"modal"
></x-component>
7
</body>
8
</html>