Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tothemoon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
tothemoon
Commits
8c460d36
Commit
8c460d36
authored
Jun 20, 2016
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename some files
parent
e29e1b98
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+1
-1
Makefile
Makefile
+1
-1
animate.coffee
animate.coffee
+0
-0
poll.py
poll.py
+0
-0
www/index.html
www/index.html
+1
-1
No files found.
.gitignore
View file @
8c460d36
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
*.pyc
*.pyc
www/poll/*
www/poll/*
docker-compose.yml
docker-compose.yml
www/
poll
.js
www/
animate
.js
www/style.css
www/style.css
Makefile
View file @
8c460d36
SCRIPTS
:=
www/
poll
.js
SCRIPTS
:=
www/
animate
.js
STYLES
:=
www/style.css
STYLES
:=
www/style.css
ALL
:=
$(SCRIPTS)
$(STYLES)
ALL
:=
$(SCRIPTS)
$(STYLES)
...
...
poll
.coffee
→
animate
.coffee
View file @
8c460d36
File moved
api
.py
→
poll
.py
View file @
8c460d36
File moved
www/index.html
View file @
8c460d36
...
@@ -19,6 +19,6 @@
...
@@ -19,6 +19,6 @@
<div
id=
"price"
class=
"price"
></div>
<div
id=
"price"
class=
"price"
></div>
<div
id=
"cap"
class=
"cap"
></div>
<div
id=
"cap"
class=
"cap"
></div>
<script
src=
"velocity.min.js"
></script>
<script
src=
"velocity.min.js"
></script>
<script
src=
"
poll
.js"
></script>
<script
src=
"
animate
.js"
></script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment