diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-16 13:48:38 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-16 13:48:38 +0200 |
commit | d7b2bc8d58d5d7b71632a59e246fab30e1baf20d (patch) | |
tree | 6b370a441d351d0c98ef2180ced6c3042a8d94d0 /views | |
parent | test placement animation (diff) | |
download | Divid-d7b2bc8d58d5d7b71632a59e246fab30e1baf20d.tar.gz |
Moved animation over title
Diffstat (limited to 'views')
-rw-r--r-- | views/test.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/test.ejs b/views/test.ejs index b37bac6..8a00ae4 100644 --- a/views/test.ejs +++ b/views/test.ejs @@ -24,8 +24,7 @@ ================================================== --> <div class="span9 content"> <section class="content"> - <h1><%= title %></h1> - <div class="anim view-3D set-speed zoom-large"> + <div class="anim view-3D set-speed zoom-large"> <div id="scene" class="scale-stretched"> <div id="situation" class="divid"> <div id="activity1" class="orbit"> @@ -101,6 +100,8 @@ </div> </div> </div> + <h1><%= title %></h1> + <p>Velkommen til <%= title %></p> <p>Her kommer det <em>kanskje</em> mer senere.</p> |