mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
* Add ASF UI as dependency * Correct CIs * Misc * Misc * Another attempt of fixing travis * And another one * Test monmon improvements * Test * Another test * More travis tests * And one more * Another test * More tests * More tests * More tests * Final code * Use deploy script for ASF UI * Misc * Kill obsolete code and bump version * Delete old asf-ui * Add new ASF-ui * Add UI.html
10 lines
152 B
HTML
10 lines
152 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ASF UI</title>
|
|
<meta http-equiv="refresh" content="0; url=http://127.0.0.1:1242">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|