mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
18 lines
434 B
HTML
18 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#12100E">
|
|
<link rel="manifest" href="static/manifest.json">
|
|
<title>ASF web config</title>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="app">
|
|
</div>
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|