diff options
author | Aki <please@ignore.pl> | 2021-04-07 01:53:24 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-04-07 01:53:24 +0200 |
commit | 26dc6a46e15c5762e9f71199162ce64f4457401a (patch) | |
tree | 62f14e85cfcc2e78ad72c0adef59d3e5b36412df /index.html | |
parent | 6c5a0d35dc6429275514c1ba51bef42b1e36da7a (diff) | |
download | derelict-prototype-26dc6a46e15c5762e9f71199162ce64f4457401a.zip derelict-prototype-26dc6a46e15c5762e9f71199162ce64f4457401a.tar.gz derelict-prototype-26dc6a46e15c5762e9f71199162ce64f4457401a.tar.bz2 |
Added stub grid selector
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ <div id="wrapper"> <div id="container"></div> <div id="toolbar"> + <select id="grid"></select> <input type="range" id="timeline"> </div> </div> |