This commit is contained in:
Avi Ginsberg 2015-02-04 18:52:40 -05:00
parent 64029974be
commit 3e4b4b7e7d
2 changed files with 32 additions and 0 deletions

14
.idea/deployment.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData" serverName="chrome.fox.ci">
<serverData>
<paths name="chrome.fox.ci">
<serverdata>
<mappings>
<mapping deploy="/" local="$PROJECT_DIR$/Website" web="/" />
</mappings>
</serverdata>
</paths>
</serverData>
</component>
</project>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fox.ci Google Chrome Extension</title>
</head>
<body id="home">
<h1>Fox.ci Google Chrome Extension</h1>
<u>Development Versions:</u><br>
v.0.0.1: <a href="https://chrome.google.com/webstore/detail/foxci/fbpfbejhmadhabljiechdahfilklanfh">https://chrome.google.com/webstore/detail/foxci/fbpfbejhmadhabljiechdahfilklanfh</a>
<br><br><br>
Note: The latest version will always be hosted on the google chrome webstore. Old versions will be provided as ZIP files for manual installation.
</body>
</html>