Commit 8c460d36 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Rename some files

parent e29e1b98
......@@ -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)
......
......@@ -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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment