aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/index.go')
-rw-r--r--cmd/web/index.go19
1 files changed, 9 insertions, 10 deletions
diff --git a/cmd/web/index.go b/cmd/web/index.go
index 6229f71..970810f 100644
--- a/cmd/web/index.go
+++ b/cmd/web/index.go
@@ -18,6 +18,8 @@ var (
<title>Steam Game index</title>
</head>
<body>
+
+
<nav>
<a href="/">Home</a>
{{ if .Local }}
@@ -28,19 +30,16 @@ var (
</nav>
{{ if .Local }}
+<script src="/main.js"></script>
<h2>Library: {{.Lib.Folder}}</h2>
-{{ if .Info.Running }}
-<pre><code>
-Currently Downloading from: {{.Info.Url}}
-</pre></code>
-{{ end }}
+<div id="status">
+ <div id="installBar" class="installBar" style="display: none;">0%</div>
+</div>
-{{ if .Info.Error }}
-<pre><code>
-Error {{.Info.Error}} Downloading from: {{.Info.Url}}
-{{ end }}
-</pre></code>
+<pre><code id="message" style="display: none;">
+</code></pre>
+<br />
<h3>About</h3>
<p>