aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/about.html
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-23 00:04:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-23 00:04:36 -0400
commitb20151fff373100da7946df93afb7dd4dccea3e4 (patch)
treea16d7085c0eab807c309c94461ed60821029f1ff /MediaBrowser.WebDashboard/Html/about.html
parent4bc27f3a65ddbffcc7b74683df72503f20df275c (diff)
copy dashboard to the output folder and load from the file system, instead of using embedded resources
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/about.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/about.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/MediaBrowser.WebDashboard/Html/about.html b/MediaBrowser.WebDashboard/Html/about.html
deleted file mode 100644
index 07b14cd8b8..0000000000
--- a/MediaBrowser.WebDashboard/Html/about.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>About</title>
-</head>
-<body>
- <div id="aboutPage" data-role="page" class="page type-interior">
-
- <div data-role="content">
- <div class="content-primary">
- <div class="readOnlyContent">
- <div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
- <a href="support.html" data-role="button">General</a>
- <a href="log.html" data-role="button">View Log</a>
- <a href="supporter.html" data-role="button">Become a Supporter</a>
- <a href="supporterKey.html" data-role="button">Supporter Key</a>
- <a href="about.html" data-role="button" class="ui-btn-active">About</a>
- </div>
- <p>
- <img class="imgLogoIcon" src="css/images/mblogoicon.png" /><img class="imgLogoText" src="css/images/mblogotextblack.png" />
- <br />
- <br />
- Version <span id="appVersionNumber"></span>
- </p>
- <hr/>
- <br/>
- <br/>
- <p>
- Utilizing <a href="http://www.pismotechnic.com/pfm/" target="_blank">Pismo File Mount</a> through a donated license.
- </p>
- </div>
- </div>
- </div>
- </div>
-</body>
-</html>