diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -18,8 +18,11 @@ </head> <body> - <ol id='genome-history' start='0'></ol> - </ol> + <div id='genome-list'> + <div class='initial'></div> + <div class='history'></div> + <div class='final hidden'></div> + </div> <div id='instructions'> <div id='die'> |