Skip to content
Snippets Groups Projects
Commit 8c460d36 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Rename some files

parent e29e1b98
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@
*.pyc
www/poll/*
docker-compose.yml
www/poll.js
www/animate.js
www/style.css
SCRIPTS := www/poll.js
SCRIPTS := www/animate.js
STYLES := www/style.css
ALL := $(SCRIPTS) $(STYLES)
......
File moved
File moved
......@@ -19,6 +19,6 @@
<div id="price" class="price"></div>
<div id="cap" class="cap"></div>
<script src="velocity.min.js"></script>
<script src="poll.js"></script>
<script src="animate.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment